org.progeeks.graph
Interface TargetedFilter

All Known Implementing Classes:
BoundaryFilter, LayerFilter

public interface TargetedFilter

A filter that can tell callers whether or not it can be usefully applied to a particular graph. This is used in conjunction with the CompositeGraph to further refine performance by allowing the filter to be asked which graphs it can be applied to.

Version:
$Revision: 1.2 $
Author:
Paul Speed

Method Summary
 boolean supportsGraph(com.phoenixst.plexus.Graph graph)
          Returns true if this filter can provide optimized searching over the specified graph.
 

Method Detail

supportsGraph

boolean supportsGraph(com.phoenixst.plexus.Graph graph)
Returns true if this filter can provide optimized searching over the specified graph.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.