Java Access to WordNet

danbikel.wordnet
Class SemanticPointerFilter

java.lang.Object
  |
  +--danbikel.wordnet.SemanticPointerFilter
All Implemented Interfaces:
Filter, Serializable

public class SemanticPointerFilter
extends Object
implements Filter

Allows filtering out all WNPointer objects that are not semantic pointers. A semantic pointer, in WordNet parlance, is one that points strictly from synset to synset, as opposed to lemma to synset or synset to lemma.

See Also:
Serialized Form

Constructor Summary
SemanticPointerFilter()
           
 
Method Summary
 boolean f(Object o)
          Returns true if o is a WNPointer object that represents a semantic relation, as specified by WNPointer.isSemanticRelation().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticPointerFilter

public SemanticPointerFilter()
Method Detail

f

public boolean f(Object o)
Returns true if o is a WNPointer object that represents a semantic relation, as specified by WNPointer.isSemanticRelation().

Specified by:
f in interface Filter

Java Access to WordNet

Author: Dan Bikel