cytoscape
Class CyNode
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyNode
public CyNode(giny.model.RootGraph root,
int rootGraphIndex)
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