| Modifier | Constructor and Description |
|---|---|
protected |
NodeIterator(DirectedGraph graph,
boolean showLeafNodes,
boolean showDecisionNodes,
boolean showDirectedGraphNodes)
Iterate over all nodes in the graph.
|
protected |
NodeIterator(Node rootNode,
boolean showLeafNodes,
boolean showDecisionNodes,
boolean showDirectedGraphNodes)
Iterate over the subtree below rootNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected NodeIterator(DirectedGraph graph, boolean showLeafNodes, boolean showDecisionNodes, boolean showDirectedGraphNodes)
graph - graphshowLeafNodes - showLeafNodesshowDecisionNodes - showDecisionNodesshowDirectedGraphNodes - showDirectedGraphNodesprotected NodeIterator(Node rootNode, boolean showLeafNodes, boolean showDecisionNodes, boolean showDirectedGraphNodes)
rootNode - rootNodeshowLeafNodes - showLeafNodesshowDecisionNodes - showDecisionNodesshowDirectedGraphNodes - showDirectedGraphNodesCopyright © 2000–2022 DFKI GmbH. All rights reserved.