|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphViewFactory
An interface designed for easily generating a view over a Graph
. It
extends GraphVisitor
to allow different GraphView
s to be
generated without having to alter the code of Graph
. This method
recursively generates EdgeView
s and NodeView
s as required.
Graph
,
GraphView
Method Summary | |
---|---|
GraphView |
getGraphView()
Returns the GraphView generated by this GraphViewFactory . |
Methods inherited from interface net.sourceforge.fluxion.graph.visitor.GraphVisitor |
---|
visit |
Method Detail |
---|
GraphView getGraphView()
GraphView
generated by this GraphViewFactory
.
GraphView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |