|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.modular.BasicModularGraphModel.BasicNodeModel
public static class BasicModularGraphModel.BasicNodeModel
Constructor Summary | |
---|---|
BasicModularGraphModel.BasicNodeModel()
|
Method Summary | |
---|---|
int |
getNodeCount(java.lang.Object composite)
Return the number of nodes contained in this graph or composite node. |
java.lang.Object |
getParent(java.lang.Object node)
Return the graph parent of the given node. |
java.util.Iterator |
inEdges(java.lang.Object node)
Return an iterator over the edges coming into the given node. |
java.util.Iterator |
nodes(java.lang.Object composite)
Provide an iterator over the nodes in the given graph or composite node. |
java.util.Iterator |
nodesAfterEdges(java.lang.Object composite)
Provide an iterator over the nodes that should be rendered after to the edges. |
java.util.Iterator |
nodesBeforeEdges(java.lang.Object composite)
Provide an iterator over the nodes that should be rendered prior to the edges. |
java.util.Iterator |
outEdges(java.lang.Object node)
Return an iterator over the edges coming out of the given node. |
void |
setParent(java.lang.Object node,
java.lang.Object parent)
Set the graph parent of the given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicModularGraphModel.BasicNodeModel()
Method Detail |
---|
public java.util.Iterator inEdges(java.lang.Object node)
inEdges
in interface NodeModel
public java.util.Iterator outEdges(java.lang.Object node)
outEdges
in interface NodeModel
public java.lang.Object getParent(java.lang.Object node)
getParent
in interface NodeModel
public void setParent(java.lang.Object node, java.lang.Object parent)
setParent
in interface MutableNodeModel
public int getNodeCount(java.lang.Object composite)
getNodeCount
in interface CompositeModel
public java.util.Iterator nodes(java.lang.Object composite)
nodes
in interface CompositeModel
public java.util.Iterator nodesBeforeEdges(java.lang.Object composite)
nodesBeforeEdges
in interface CompositeModel
public java.util.Iterator nodesAfterEdges(java.lang.Object composite)
nodesAfterEdges
in interface CompositeModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |