cytoscape
Class CyEdge
java.lang.Object
cytoscape.CyEdge
- All Implemented Interfaces:
- cytoscape.giny.Edge, Edge, GraphObject
- public class CyEdge
- extends Object
- implements cytoscape.giny.Edge
CyEdge
public CyEdge(RootGraph root,
int rootGraphIndex)
getSourceNode
public CyNode getSourceNode()
- Deprecated.
- Specified by:
getSourceNode in interface cytoscape.giny.Edge
getTargetNode
public CyNode getTargetNode()
- Deprecated.
- Specified by:
getTargetNode in interface cytoscape.giny.Edge
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