Uses of Class
net.ggtools.grand.filters.GraphWalkFilter

Packages that use GraphWalkFilter
net.ggtools.grand.filters   
 

Uses of GraphWalkFilter in net.ggtools.grand.filters
 

Subclasses of GraphWalkFilter in net.ggtools.grand.filters
 class ConnectedToNodeFilter
          A graph filter returning all nodes connected to a specific node be it through forward or backward links (or both).
 class FromNodeFilter
          A graph filter returning all the nodes accessible from a specific node using only forward links.
 class ToNodeFilter
          A graph filter returning all the nodes accessible from a specific node using only backward links.
 



Copyright © 2004-2005 ggTools. All Rights Reserved.