|
Zest 1.5.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutGraph
The LayoutGraph interface defines the methods used to add nodes and edges (relationships).
Method Summary | |
---|---|
void |
addEntity(LayoutEntity node)
Adds a node to this graph. |
void |
addRelationship(LayoutRelationship relationship)
Adds the given relationship. |
java.util.List |
getEntities()
Returns a list of LayoutEntity objects that represent the objects added to this graph using addNode. |
java.util.List |
getRelationships()
Returns a list of LayoutRelationship objects that represent the objects added to this graph using addRelationship. |
boolean |
isBidirectional()
Determines if the graph is bidirectional. |
Method Detail |
---|
void addEntity(LayoutEntity node)
node
- The new node.void addRelationship(LayoutRelationship relationship)
relationship
- java.util.List getEntities()
java.util.List getRelationships()
boolean isBidirectional()
|
Zest 1.5.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |