| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| 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.  | 
 java.lang.String | 
getIdentifier()
 | 
 RootGraph | 
getRootGraph()
 | 
 int | 
getRootGraphIndex()
 | 
 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.  | 
 boolean | 
setIdentifier(java.lang.String new_id)
There is no check to make sure that this is a unique id  | 
| Method Detail | 
public GraphPerspective getGraphPerspective()
GraphPerspective.  This method returns such
 a GraphPerspective.
RootGraph.getNodeMetaChildIndicesArray(int), 
RootGraph.getEdgeMetaChildIndicesArray(int)public boolean setGraphPerspective(GraphPerspective gp)
RootGraph.addNodeMetaChild(int, int), 
RootGraph.addEdgeMetaChild(int, int)public RootGraph getRootGraph()
public int getRootGraphIndex()
public java.lang.String getIdentifier()
public boolean setIdentifier(java.lang.String new_id)
new_id - The new Identifier for this node
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||