cytoscape
Class CyNode

java.lang.Object
  extended by cytoscape.CyNode
All Implemented Interfaces:
giny.model.GraphObject, giny.model.Node

public class CyNode
extends Object
implements giny.model.Node


Constructor Summary
CyNode(giny.model.RootGraph root, int rootGraphIndex)
           
 
Method Summary
 giny.model.GraphPerspective getGraphPerspective()
           
 String getIdentifier()
           
 giny.model.RootGraph getRootGraph()
           
 int getRootGraphIndex()
           
 boolean setGraphPerspective(giny.model.GraphPerspective gp)
           
 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

CyNode

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

getGraphPerspective

public giny.model.GraphPerspective getGraphPerspective()
Specified by:
getGraphPerspective in interface giny.model.Node

setGraphPerspective

public boolean setGraphPerspective(giny.model.GraphPerspective gp)
Specified by:
setGraphPerspective in interface giny.model.Node

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