|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
Method Summary | |
---|---|
GraphPerspective |
getGraphPerspective()
Deprecated. Don't use this method because the behavior of the returned GraphPerspective with respect to changing meta-children of this Node is ill-defined; use RootGraph.getNodeMetaChildIndicesArray(int) and RootGraph.getEdgeMetaChildIndicesArray(int) instead. |
GraphPerspective |
getNestedNetwork()
Return the currently set graph perspective (may be null) associated with this node. |
boolean |
setGraphPerspective(GraphPerspective gp)
Deprecated. Don't use this method because the behavior of the input GraphPerspective with respect to changing meta-children of this Node is ill-defined; use RootGraph.addNodeMetaChild(int, int) and RootGraph.addEdgeMetaChild(int, int) instead. |
void |
setNestedNetwork(GraphPerspective graphPerspective)
Assign a graph perspective reference to this node. |
Methods inherited from interface giny.model.GraphObject |
---|
getIdentifier, getRootGraph, getRootGraphIndex, setIdentifier |
Method Detail |
---|
GraphPerspective getGraphPerspective()
GraphPerspective
. This method returns such
a GraphPerspective.
RootGraph.getNodeMetaChildIndicesArray(int)
,
RootGraph.getEdgeMetaChildIndicesArray(int)
boolean setGraphPerspective(GraphPerspective gp)
RootGraph.addNodeMetaChild(int, int)
,
RootGraph.addEdgeMetaChild(int, int)
void setNestedNetwork(GraphPerspective graphPerspective)
GraphPerspective getNestedNetwork()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |