Java Access to WordNet

danbikel.wordnet
Interface Filter

All Superinterfaces:
Serializable
All Known Implementing Classes:
ChildPointerFilter, ChildSemanticPointerFilter, LexicalPointerFilter, ParentPointerFilter, ParentSemanticPointerFilter, PointerTypeFilter, SemanticPointerFilter

public interface Filter
extends Serializable

Delegate to allow the passing of a predicate for filtering objects. This delegate is used by this package only to filter WNPointer objects.


Method Summary
 boolean f(Object o)
          Predicate for filtering: by convention, if this method returns true, then o should pass through the filter.
 

Method Detail

f

public boolean f(Object o)
Predicate for filtering: by convention, if this method returns true, then o should pass through the filter.


Java Access to WordNet

Author: Dan Bikel