Uses of Class
edu.brandeis.cs.steele.wn.PointerType

Packages that use PointerType
edu.brandeis.cs.steele.wn   
 

Uses of PointerType in edu.brandeis.cs.steele.wn
 

Fields in edu.brandeis.cs.steele.wn declared as PointerType
static PointerType PointerType.ANTONYM
           
static PointerType PointerType.ATTRIBUTE
           
static PointerType PointerType.CAUSE
           
static PointerType PointerType.DERIVED
           
static PointerType PointerType.ENTAILMENT
           
static PointerType PointerType.HYPERNYM
           
static PointerType PointerType.HYPONYM
           
static PointerType PointerType.MEMBER_HOLONYM
           
static PointerType PointerType.MEMBER_MERONYM
           
static PointerType PointerType.PART_HOLONYM
           
static PointerType PointerType.PART_MERONYM
           
static PointerType PointerType.PARTICIPLE_OF
           
static PointerType PointerType.PERTAINYM
           
protected  PointerType Pointer.pointerType
           
protected  PointerType[] IndexWord.ptrTypes
           
static PointerType PointerType.SEE_ALSO
           
static PointerType PointerType.SIMILAR_TO
           
static PointerType PointerType.SUBSTANCE_HOLONYM
           
static PointerType PointerType.SUBSTANCE_MERONYM
           
protected  PointerType PointerType.symmetricType
           
static PointerType[] PointerType.TYPES
          A list of all PointerTypes.
static PointerType PointerType.VERB_GROUP
           
 

Methods in edu.brandeis.cs.steele.wn that return PointerType
 PointerType[] IndexWord.getPointerTypes()
          The pointer types available for this indexed word.
 PointerType Pointer.getType()
           
(package private) static PointerType PointerType.parseKey(java.lang.String key)
          Return the PointerType whose key matches key.
 

Methods in edu.brandeis.cs.steele.wn with parameters of type PointerType
 Pointer[] PointerTarget.getPointers(PointerType type)
          Return the outgoing Pointers of type type.
 Pointer[] Word.getPointers(PointerType type)
           
 Pointer[] Synset.getPointers(PointerType type)
           
 java.util.List<Pointer> PointerTarget.getPointersList(PointerType type)
          Return the outgoing Pointers of type type.
 java.util.List<Pointer> Word.getPointersList(PointerType type)
           
 java.util.List<Pointer> Synset.getPointersList(PointerType type)
           
 PointerTarget[] PointerTarget.getTargets(PointerType type)
          Return the targets of the outgoing Pointers that have type type.
 PointerTarget[] Word.getTargets(PointerType type)
           
 PointerTarget[] Synset.getTargets(PointerType type)
           
 java.util.List<PointerTarget> PointerTarget.getTargetsList(PointerType type)
          Return the targets of the outgoing Pointers that have type type.
 java.util.List<PointerTarget> Word.getTargetsList(PointerType type)
           
 java.util.List<PointerTarget> Synset.getTargetsList(PointerType type)
           
protected static void PointerType.setSymmetric(PointerType a, PointerType b)
           
 boolean PointerType.symmetricTo(PointerType type)