Uses of Class
net.didion.jwnl.data.Pointer

Packages that use Pointer
net.didion.jwnl.data Classes for extracting and containing data from the dictionary. 
 

Uses of Pointer in net.didion.jwnl.data
 

Fields in net.didion.jwnl.data declared as Pointer
protected  Pointer[] Synset._pointers
           
 

Methods in net.didion.jwnl.data that return Pointer
 Pointer[] Word.getPointers()
          returns all the pointers of the synset that contains this word whose source is this word
 Pointer[] SynsetProxy.getPointers()
           
 Pointer[] Synset.getPointers()
           
abstract  Pointer[] PointerTarget.getPointers()
          Return a list of Target's pointers
 Pointer[] SynsetProxy.getPointers(PointerType type)
           
 Pointer[] PointerTarget.getPointers(PointerType type)
          Get all pointers of type type.
 

Constructors in net.didion.jwnl.data with parameters of type Pointer
Synset(POS pos, long offset, Word[] words, Pointer[] pointers, String gloss, BitSet verbFrames)
           
Synset(POS pos, long offset, Word[] words, Pointer[] pointers, String gloss, BitSet verbFrames, boolean isAdjectiveCluster)
           
 



Copyright © 2011. All Rights Reserved.