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

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

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

Fields in edu.brandeis.cs.steele.wn declared as Pointer
protected  Pointer[] Synset.pointers
           
 

Methods in edu.brandeis.cs.steele.wn that return Pointer
 Pointer[] PointerTarget.getPointers()
          Return the outgoing Pointers from the target -- those Pointers that have this object as their source.
 Pointer[] Word.getPointers()
           
 Pointer[] Synset.getPointers()
           
 Pointer[] PointerTarget.getPointers(PointerType type)
          Return the outgoing Pointers of type type.
 Pointer[] Word.getPointers(PointerType type)
           
 Pointer[] Synset.getPointers(PointerType type)
           
(package private)  Pointer Pointer.initializeFrom(TokenizerParser tokenizer)
           
(package private) static Pointer Pointer.parsePointer(FileBackedDictionary dictionary, Synset source, int index, TokenizerParser tokenizer)
           
protected  Pointer[] Word.restrictPointers(Pointer[] source)
           
 

Methods in edu.brandeis.cs.steele.wn that return types with arguments of type Pointer
 java.util.List<Pointer> PointerTarget.getPointersList()
          Return the outgoing Pointers from the target -- those Pointers that have this object as their source.
 java.util.List<Pointer> Word.getPointersList()
           
 java.util.List<Pointer> Synset.getPointersList()
           
 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)
           
protected  java.util.List<Pointer> Word.restrictPointersList(java.util.List<Pointer> source)
           
 

Methods in edu.brandeis.cs.steele.wn with parameters of type Pointer
protected static PointerTarget[] Synset.collectTargets(Pointer[] pointers)
           
protected  Pointer[] Word.restrictPointers(Pointer[] source)
           
 

Method parameters in edu.brandeis.cs.steele.wn with type arguments of type Pointer
protected static java.util.List<PointerTarget> Synset.collectTargetsList(java.util.List<Pointer> pointersIn)
           
protected  java.util.List<Pointer> Word.restrictPointersList(java.util.List<Pointer> source)