net.sourceforge.fluxion.graph.visitor
Interface NodeVisitor

All Known Subinterfaces:
NodeViewFactory
All Known Implementing Classes:
DotNodeViewFactory, FlexNodeViewFactory

public interface NodeVisitor

A visitor for visiting Node objects.

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

Method Summary
 void visit(Node node)
          Visit the given Node
 

Method Detail

visit

void visit(Node node)
Visit the given Node

Parameters:
node - the Node to visit


Copyright © 2010. All Rights Reserved.