|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Node
A node is an object that is contained by a graph and is connected to other nodes by edges. A node has a semantic object that is its semantic equivalent in the application and may have a visual object which is its syntactic representation in the user interface.
| Red |
| Method Summary | |
|---|---|
Graph |
getParent()
Return the graph parent of this node. |
java.util.Iterator |
inEdges()
Return an iterator over the edges coming into this node. |
java.util.Iterator |
outEdges()
Return an iterator over the edges coming out of this node. |
void |
setParent(Graph parent)
Set the graph parent of this node. |
| Methods inherited from interface diva.util.SemanticObjectContainer |
|---|
getSemanticObject, setSemanticObject |
| Methods inherited from interface diva.util.PropertyContainer |
|---|
getProperty, propertyNames, setProperty |
| Method Detail |
|---|
java.util.Iterator inEdges()
java.util.Iterator outEdges()
Graph getParent()
void setParent(Graph parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||