com.phoenixst.plexus
public class DefaultOrientedForestView extends AbstractOrientedForest implements GraphView, Serializable
OrientedForest
interface.
Since: 1.0
Version: $Revision: 1.16 $
Constructor Summary | |
---|---|
DefaultOrientedForestView(Graph graph, Predicate parentPredicate, Predicate childPredicate)
Creates a new DefaultOrientedForestView . |
Method Summary | |
---|---|
Traverser | childTraverser(Object node) |
Graph | getGraph() |
Object | getParent(Object node) |
Graph.Edge | getParentEdge(Object node) |
boolean | isLeaf(Object node) |
Collection | rootNodes() |
DefaultOrientedForestView
.