Java Access to WordNet

danbikel.wordnet
Class ChildSemanticPointerFilter

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

public class ChildSemanticPointerFilter
extends Object
implements Filter

Allows filtering out all WNPointer objects that are not child (hyponym) 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
ChildSemanticPointerFilter()
           
 
Method Summary
 boolean f(Object o)
          Returns true if o is a WNPointer object that represents a semantic hyponym pointer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildSemanticPointerFilter

public ChildSemanticPointerFilter()
Method Detail

f

public boolean f(Object o)
Returns true if o is a WNPointer object that represents a semantic hyponym pointer.

Specified by:
f in interface Filter
Parameters:
o - an object expected to be of type WNPointer.

Java Access to WordNet

Author: Dan Bikel