Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape
Class CyNode

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

public class CyNode
extends Object
implements cytoscape.giny.Node


Constructor Summary
CyNode(RootGraph root, int rootGraphIndex)
           
 
Method Summary
 GraphPerspective getGraphPerspective()
           
 String getIdentifier()
           
 RootGraph getRootGraph()
           
 int getRootGraphIndex()
           
 boolean setGraphPerspective(GraphPerspective gp)
           
 boolean setIdentifier(String new_id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyNode

public CyNode(RootGraph root,
              int rootGraphIndex)
Method Detail

getGraphPerspective

public GraphPerspective getGraphPerspective()
Specified by:
getGraphPerspective in interface Node

setGraphPerspective

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

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