cytoscape
Class CyEdge
java.lang.Object
cytoscape.CyEdge
- All Implemented Interfaces:
- Edge, GraphObject
- public class CyEdge
- extends Object
- implements Edge
CyEdge
public CyEdge(RootGraph root,
int rootGraphIndex)
getSource
public Node getSource()
- Specified by:
getSource
in interface Edge
getTarget
public Node getTarget()
- Specified by:
getTarget
in interface Edge
isDirected
public boolean isDirected()
- Specified by:
isDirected
in interface Edge
getRootGraph
public RootGraph getRootGraph()
- Specified by:
getRootGraph
in interface GraphObject
getRootGraphIndex
public int getRootGraphIndex()
- Specified by:
getRootGraphIndex
in interface GraphObject
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interface GraphObject
setIdentifier
public boolean setIdentifier(String new_id)
- Specified by:
setIdentifier
in interface GraphObject