Uses of Interface
net.sourceforge.fluxion.graph.visitor.NodeVisitor

Packages that use NodeVisitor
net.sourceforge.fluxion.graph   
net.sourceforge.fluxion.graph.view.factory   
net.sourceforge.fluxion.runcible.graph.view.factory   
 

Uses of NodeVisitor in net.sourceforge.fluxion.graph
 

Methods in net.sourceforge.fluxion.graph with parameters of type NodeVisitor
 void Node.accept(NodeVisitor visitor)
          Accept a visit from a NodeVisitor
 void AbstractNode.accept(NodeVisitor visitor)
           
 

Uses of NodeVisitor in net.sourceforge.fluxion.graph.view.factory
 

Subinterfaces of NodeVisitor in net.sourceforge.fluxion.graph.view.factory
 interface NodeViewFactory
          An interface designed for easily generating views over Nodes.
 

Uses of NodeVisitor in net.sourceforge.fluxion.runcible.graph.view.factory
 

Classes in net.sourceforge.fluxion.runcible.graph.view.factory that implement NodeVisitor
 class DotNodeViewFactory
          A type of NodeViewFactory that generates dot-format views over nodes in the graph.
 class FlexNodeViewFactory
          Javadocs go here
 



Copyright © 2010. All Rights Reserved.