Cytoscape 2.1 (c) 2004 ISB, MSKCC, UCSD

cytoscape
Class CyNode

java.lang.Object
  extended bycytoscape.CyNode
All Implemented Interfaces:
Node, cytoscape.giny.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 Node

getRootGraphIndex

public int getRootGraphIndex()
Specified by:
getRootGraphIndex in interface Node

getIdentifier

public String getIdentifier()
Specified by:
getIdentifier in interface Node

setIdentifier

public boolean setIdentifier(String new_id)
Specified by:
setIdentifier in interface Node

www.cytoscape.org