|
||||||||||
| 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 GraphViews to be
generated without having to alter the code of Graph. This method
recursively generates EdgeViews and NodeViews 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 | |||||||||