Package net.ggtools.grand.graph.visit
This package holds the various interfaces, adapters or classes used in the implementation of a visitor design pattern. It's main purpose is to regulate somewhat the circular dependencies introduced by this pattern.
-
Interface Summary Interface Description LinkVisitor An interface to be implemented by classes visiting Nodes.NodeVisitor An interface to be implemented by classes visiting Nodes.