Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape
Class CyEdge

java.lang.Object
  extended bycytoscape.CyEdge
All Implemented Interfaces:
cytoscape.giny.Edge, Edge, GraphObject

public class CyEdge
extends Object
implements cytoscape.giny.Edge


Constructor Summary
CyEdge(RootGraph root, int rootGraphIndex)
           
 
Method Summary
 String getIdentifier()
           
 RootGraph getRootGraph()
           
 int getRootGraphIndex()
           
 Node getSource()
           
 CyNode getSourceNode()
          Deprecated.  
 Node getTarget()
           
 CyNode getTargetNode()
          Deprecated.  
 boolean isDirected()
           
 boolean setIdentifier(String new_id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyEdge

public CyEdge(RootGraph root,
              int rootGraphIndex)
Method Detail

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

www.cytoscape.org