diva.util
Interface Filter

All Known Implementing Classes:
GraphUtilities.PartiallyContainedEdgeFilter, GraphUtilities.TotallyContainedEdgeFilter

public interface Filter

An interface for objects that filter other objects

Version:
$Id: Filter.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

Method Summary
 boolean accept(java.lang.Object o)
          Test if an object passes the filter, returning true if it does and false if it does not.
 

Method Detail

accept

boolean accept(java.lang.Object o)
Test if an object passes the filter, returning true if it does and false if it does not.