com.googlecode.sarasvati.visual.graph
Class GraphLayoutTree
java.lang.Object
com.googlecode.sarasvati.visual.graph.AbstractLayoutTree<Node>
com.googlecode.sarasvati.visual.graph.GraphLayoutTree
public class GraphLayoutTree
- extends AbstractLayoutTree<Node>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphLayoutTree
public GraphLayoutTree(Graph graph)
getNodes
protected Collection<Node> getNodes()
- Specified by:
getNodes in class AbstractLayoutTree<Node>
getStartNodes
protected Collection<Node> getStartNodes()
- Specified by:
getStartNodes in class AbstractLayoutTree<Node>
getOutputs
protected Collection<Node> getOutputs(Node node)
- Specified by:
getOutputs in class AbstractLayoutTree<Node>
getInputs
protected Collection<Node> getInputs(Node node)
- Specified by:
getInputs in class AbstractLayoutTree<Node>
hasNoInputs
protected boolean hasNoInputs(Node node)
- Specified by:
hasNoInputs in class AbstractLayoutTree<Node>
Copyright © 2012. All Rights Reserved.