|
|||||||||
| Home >> All >> giny >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
giny.model
Interface Node

- public interface Node
| Method Summary | |
GraphPerspective |
getGraphPerspective()
If a Node is a HParent of any other nodes then it contains those nodes in a GraphPerspective. |
java.lang.String |
getIdentifier()
|
RootGraph |
getRootGraph()
|
int |
getRootGraphIndex()
|
boolean |
setGraphPerspective(GraphPerspective gp)
If a Node is a HParent of any other nodes then it contains those nodes in a GraphPerspective. |
boolean |
setIdentifier(java.lang.String new_id)
There is no check to make sure that this is a unique id |
| Method Detail |
getGraphPerspective
public GraphPerspective getGraphPerspective()
- If a Node is a HParent of any other nodes then it contains those nodes in a
GraphPerspective.
setGraphPerspective
public boolean setGraphPerspective(GraphPerspective gp)
- If a Node is a HParent of any other nodes then it contains those nodes in a
GraphPerspective.
getRootGraph
public RootGraph getRootGraph()
getRootGraphIndex
public int getRootGraphIndex()
getIdentifier
public java.lang.String getIdentifier()
setIdentifier
public boolean setIdentifier(java.lang.String new_id)
- There is no check to make sure that this is a unique id
|
|||||||||
| Home >> All >> giny >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC