net.sourceforge.fluxion.graph.visitor
Interface GraphVisitor

All Known Subinterfaces:
GraphViewFactory
All Known Implementing Classes:
DotGraphViewFactory, FlexGraphViewFactory

public interface GraphVisitor

A visitor interface for visiting a Graph.

Version:
0.1
Author:
Tony Burdett
See Also:
Graph

Method Summary
 void visit(Graph graph)
          Visits the supplied Graph.
 

Method Detail

visit

void visit(Graph graph)
Visits the supplied Graph.

Parameters:
graph - the Graph to visit


Copyright © 2010. All Rights Reserved.