Package net.ggtools.grand.graph.visit

This package holds the various interfaces, adapters or classes used in the implementation of a visitor design pattern.

See:
          Description

Interface Summary
LinkVisitor An interface to be implemented by classes visiting Nodes.
NodeVisitor An interface to be implemented by classes visiting Nodes.
 

Package net.ggtools.grand.graph.visit Description

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.



Copyright © 2004-2005 ggTools. All Rights Reserved.