|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.modular.BasicModularGraphModel.BasicNodeModel
public class BasicModularGraphModel.BasicNodeModel
Constructor Summary | |
---|---|
BasicModularGraphModel.BasicNodeModel()
|
Method Summary | |
---|---|
int |
getNodeCount(Object composite)
Return the number of nodes contained in this graph or composite node. |
Object |
getParent(Object node)
Return the graph parent of the given node. |
Iterator |
inEdges(Object node)
Return an iterator over the edges coming into the given node. |
Iterator |
nodes(Object composite)
Provide an iterator over the nodes in the given graph or composite node. |
Iterator |
outEdges(Object node)
Return an iterator over the edges coming out of the given node. |
void |
setParent(Object node,
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 Iterator inEdges(Object node)
inEdges
in interface NodeModel
public Iterator outEdges(Object node)
outEdges
in interface NodeModel
public Object getParent(Object node)
getParent
in interface NodeModel
public void setParent(Object node, Object parent)
setParent
in interface MutableNodeModel
public int getNodeCount(Object composite)
getNodeCount
in interface CompositeModel
public Iterator nodes(Object composite)
nodes
in interface CompositeModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |