Package net.ggtools.grand.filters

Interface Summary
GraphFilter Interface for class implementing filters.
 

Class Summary
AbstractGraphFilter  
ConnectedToNodeFilter A graph filter returning all nodes connected to a specific node be it through forward or backward links (or both).
FilterChain A metafilter made by chaining together several filters.
FromNodeFilter A graph filter returning all the nodes accessible from a specific node using only forward links.
GraphWalkFilter An abstract class implementing generic filtering from a graph walk.
IsolatedNodeFilter A filter to remove isolated nodes in a graph.
MissingNodeFilter A filter removing the missing nodes, that is nodes with Node.ATTR_MISSING_NODE set.
NodeRemoverFilter A filter to remove one or more node from a graph.
ToNodeFilter A graph filter returning all the nodes accessible from a specific node using only backward links.
 



Copyright © 2004-2005 ggTools. All Rights Reserved.