edu.stanford.nlp.util
Interface Filter


public interface Filter

Filter is an interface for predicate objects which respond to the accept method.


Method Summary
 boolean accept(Object obj)
          Checks if the given object passes the filter.
 

Method Detail

accept

public boolean accept(Object obj)
Checks if the given object passes the filter.

Parameters:
obj - an object to test


Stanford NLP Group