|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.data.Interaction
public class Interaction
Constructor Summary | |
---|---|
Interaction(String rawText)
|
|
Interaction(String rawText,
String delimiter)
|
|
Interaction(String source,
String target,
String interactionType)
|
Method Summary | |
---|---|
String |
getSource()
|
String[] |
getTargets()
|
String |
getType()
|
int |
numberOfTargets()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Interaction(String source, String target, String interactionType)
public Interaction(String rawText)
public Interaction(String rawText, String delimiter)
Method Detail |
---|
public String getSource()
public String getType()
public int numberOfTargets()
public String[] getTargets()
public String toString()
toString
in class Object
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |