public class GraphLayoutTree extends AbstractLayoutTree<Node>
nodeMap| Constructor and Description |
|---|
GraphLayoutTree(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Node> |
getInputs(Node node) |
protected Collection<Node> |
getNodes() |
protected Collection<Node> |
getOutputs(Node node) |
protected Collection<Node> |
getStartNodes() |
protected boolean |
hasNoInputs(Node node) |
getTreeNode, init, isBackArcpublic GraphLayoutTree(Graph graph)
protected Collection<Node> getNodes()
getNodes in class AbstractLayoutTree<Node>protected Collection<Node> getStartNodes()
getStartNodes in class AbstractLayoutTree<Node>protected Collection<Node> getOutputs(Node node)
getOutputs in class AbstractLayoutTree<Node>protected Collection<Node> getInputs(Node node)
getInputs in class AbstractLayoutTree<Node>protected boolean hasNoInputs(Node node)
hasNoInputs in class AbstractLayoutTree<Node>Copyright © 2012. All Rights Reserved.