com.phoenixst.plexus
public interface GraphView
Graph
interface excessively (rooted graph,
forest, tree, rooted tree, etc.), we will instead place any
additional functionality those cases might provide into separate
GraphView
objects which may be applied to any graph
implementation. This allows a single Graph
to be
viewed in multiple ways without the overhead of a
GraphWrapper
implementation.
Since: 1.0
Version: $Revision: 1.1 $
Method Summary | |
---|---|
Graph | getGraph()
Returns the Graph of which this is a view. |
Graph
of which this is a view.