|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.CyEdge
public class CyEdge
Constructor Summary | |
---|---|
CyEdge(RootGraph root,
int rootGraphIndex)
Creates a new CyEdge object. |
Method Summary | |
---|---|
static String |
createIdentifier(String source,
String attribute_value,
String target)
A static method used to create edge identifiers. |
String |
getIdentifier()
DOCUMENT ME! |
RootGraph |
getRootGraph()
DOCUMENT ME! |
int |
getRootGraphIndex()
DOCUMENT ME! |
Node |
getSource()
DOCUMENT ME! |
Node |
getTarget()
DOCUMENT ME! |
boolean |
isDirected()
DOCUMENT ME! |
boolean |
setIdentifier(String new_id)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CyEdge(RootGraph root, int rootGraphIndex)
root
- DOCUMENT ME!rootGraphIndex
- DOCUMENT ME!Method Detail |
---|
public Node getSource()
getSource
in interface Edge
public Node getTarget()
getTarget
in interface Edge
public boolean isDirected()
isDirected
in interface Edge
public RootGraph getRootGraph()
getRootGraph
in interface GraphObject
public int getRootGraphIndex()
getRootGraphIndex
in interface GraphObject
public String getIdentifier()
getIdentifier
in interface GraphObject
public boolean setIdentifier(String new_id)
setIdentifier
in interface GraphObject
new_id
- DOCUMENT ME!
public static String createIdentifier(String source, String attribute_value, String target)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |