cytoscape
Class CyEdge

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getIdentifier()
           
 giny.model.RootGraph getRootGraph()
           
 int getRootGraphIndex()
           
 giny.model.Node getSource()
           
 giny.model.Node getTarget()
           
 boolean isDirected()
           
 boolean setIdentifier(String new_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyEdge

public CyEdge(giny.model.RootGraph root,
              int rootGraphIndex)
Method Detail

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