Uses of Interface
net.ggtools.grand.filters.GraphFilter

Packages that use GraphFilter
net.ggtools.grand.filters   
net.ggtools.grand.tasks   
 

Uses of GraphFilter in net.ggtools.grand.filters
 

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

Methods in net.ggtools.grand.filters with parameters of type GraphFilter
 void FilterChain.addFilterFirst(GraphFilter newFilter)
          Add a new filter at the beginning of the chain.
 void FilterChain.addFilterLast(GraphFilter newFilter)
          Adds a new filter at the end of the chain.
 

Uses of GraphFilter in net.ggtools.grand.tasks
 

Methods in net.ggtools.grand.tasks that return GraphFilter
 GraphFilter GraphFilterType.getFilter()
          Returns the actual GraphFilter underlying the ant filter.
 GraphFilter IsolatedNodeFilterType.getFilter()
           
 GraphFilter ConnectedFilterType.getFilter()
           
 GraphFilter FilterType.getFilter()
          Return the actual filter after creating it if needed.
 GraphFilter FromNodeFilterType.getFilter()
           
 GraphFilter MissingNodeFilterType.getFilter()
           
 GraphFilter NodeRemoverFilterType.getFilter()
           
 GraphFilter ToNodeFilterType.getFilter()
           
 



Copyright © 2004-2005 ggTools. All Rights Reserved.