Uses of Class
edu.mit.jwi.item.Pointer

Packages that use Pointer
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of Pointer in edu.mit.jwi.item
 

Fields in edu.mit.jwi.item declared as Pointer
static Pointer Pointer.ALSO_SEE
           
static Pointer Pointer.ANTONYM
           
static Pointer Pointer.ATTRIBUTE
           
static Pointer Pointer.CAUSE
           
static Pointer Pointer.DERIVATIONALLY_RELATED
           
static Pointer Pointer.DERIVED_FROM_ADJ
           
static Pointer Pointer.DOMAIN
           
static Pointer Pointer.ENTAILMENT
           
static Pointer Pointer.HOLONYM_MEMBER
           
static Pointer Pointer.HOLONYM_PART
           
static Pointer Pointer.HOLONYM_SUBSTANCE
           
static Pointer Pointer.HYPERNYM
           
static Pointer Pointer.HYPERNYM_INSTANCE
           
static Pointer Pointer.HYPONYM
           
static Pointer Pointer.HYPONYM_INSTANCE
           
static Pointer Pointer.MEMBER
           
static Pointer Pointer.MERONYM_MEMBER
           
static Pointer Pointer.MERONYM_PART
           
static Pointer Pointer.MERONYM_SUBSTANCE
           
static Pointer Pointer.PARTICIPLE
           
static Pointer Pointer.PERTAINYM
           
static Pointer Pointer.REGION
           
static Pointer Pointer.REGION_MEMBER
           
static Pointer Pointer.SIMILAR_TO
           
static Pointer Pointer.TOPIC
           
static Pointer Pointer.TOPIC_MEMBER
           
static Pointer Pointer.USAGE
           
static Pointer Pointer.USAGE_MEMBER
           
static Pointer Pointer.VERB_GROUP
           
 

Methods in edu.mit.jwi.item that return Pointer
static Pointer Pointer.getPointerType(java.lang.String symbol, POS pos)
          Returns the pointer type (static final instance) that matches the specified pointer symbol.
 

Methods in edu.mit.jwi.item that return types with arguments of type Pointer
static java.util.Collection<Pointer> Pointer.values()
          Emulates the Enum#values() function.
 



Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.