cytoscape
Class CyEdge
java.lang.Object
cytoscape.CyEdge
- All Implemented Interfaces:
- giny.model.Edge, giny.model.GraphObject
public class CyEdge
- extends Object
- implements giny.model.Edge
Constructor Summary |
CyEdge(giny.model.RootGraph root,
int rootGraphIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyEdge
public CyEdge(giny.model.RootGraph root,
int rootGraphIndex)
getSource
public giny.model.Node getSource()
- Specified by:
getSource
in interface giny.model.Edge
getTarget
public giny.model.Node getTarget()
- Specified by:
getTarget
in interface giny.model.Edge
isDirected
public boolean isDirected()
- Specified by:
isDirected
in interface giny.model.Edge
getRootGraph
public giny.model.RootGraph getRootGraph()
- Specified by:
getRootGraph
in interface giny.model.GraphObject
getRootGraphIndex
public int getRootGraphIndex()
- Specified by:
getRootGraphIndex
in interface giny.model.GraphObject
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interface giny.model.GraphObject
setIdentifier
public boolean setIdentifier(String new_id)
- Specified by:
setIdentifier
in interface giny.model.GraphObject