net.sourceforge.fluxion.graph.visitor
Interface EdgeVisitor

All Known Subinterfaces:
EdgeViewFactory
All Known Implementing Classes:
DotEdgeViewFactory, FlexEdgeViewFactory

public interface EdgeVisitor

An visitor for visiting Edges in accordance with the visitor pattern.

Version:
0.1
Author:
Tony Burdett
See Also:
Edge, GraphVisitor

Method Summary
 void visit(Edge edge)
          Visit this Edge
 

Method Detail

visit

void visit(Edge edge)
Visit this Edge

Parameters:
edge - the edge to visit


Copyright © 2010. All Rights Reserved.