Uses of Interface
edu.mit.jwi.item.IWordID

Packages that use IWordID
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of IWordID in edu.mit.jwi
 

Methods in edu.mit.jwi with parameters of type IWordID
 void RAMDictionary.DictionaryData.WordBuilder.addRelatedWord(IPointer type, IWordID id)
           
 IWord RAMDictionary.getWord(IWordID id)
           
 IWord IDictionary.getWord(IWordID id)
          Retrieves the word with the specified id from the database.
 IWord DataSourceDictionary.getWord(IWordID id)
           
 IWord CachingDictionary.getWord(IWordID id)
           
 

Uses of IWordID in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement IWordID
 class WordID
          Default implementation of the IWordID interface.
 

Methods in edu.mit.jwi.item that return IWordID
 IWordID Word.getID()
           
static IWordID WordID.parseWordID(java.lang.String value)
          Parses the result of the WordID.toString() method back into an WordID.
 

Methods in edu.mit.jwi.item that return types with arguments of type IWordID
 java.util.Map<IPointer,java.util.List<IWordID>> Word.getRelatedMap()
           
 java.util.Map<IPointer,java.util.List<IWordID>> IWord.getRelatedMap()
          Returns an immutable map of from pointers to immutable maps.
 java.util.List<IWordID> Word.getRelatedWords()
           
 java.util.List<IWordID> IWord.getRelatedWords()
          Returns an immutable list of all word ids related to this word by pointers in the database.
 java.util.List<IWordID> Word.getRelatedWords(IPointer type)
           
 java.util.List<IWordID> IWord.getRelatedWords(IPointer ptr)
          Returns an immutable list of all word ids related to this word by the specified pointer type.
 java.util.List<IWordID> IndexWord.getWordIDs()
           
 java.util.List<IWordID> IIndexWord.getWordIDs()
          Returns an immutable list of word id objects, that point to the words for this root form and part of speech combination.
 

Methods in edu.mit.jwi.item with parameters of type IWordID
 void Synset.IWordBuilder.addRelatedWord(IPointer type, IWordID id)
          Adds a pointer from this word to another word with the specified id.
 void Synset.WordBuilder.addRelatedWord(IPointer type, IWordID id)
           
 

Constructors in edu.mit.jwi.item with parameters of type IWordID
IndexWord(IIndexWordID id, int tagSenseCnt, IPointer[] ptrs, IWordID... words)
          Constructs a new index word.
IndexWord(IIndexWordID id, int tagSenseCnt, IWordID... words)
          Constructs a new index word.
IndexWord(java.lang.String lemma, POS pos, int tagSenseCnt, IPointer[] ptrs, IWordID... words)
          Constructs a new index word.
IndexWord(java.lang.String lemma, POS pos, int tagSenseCnt, IWordID... words)
          Constructs a new index word.
Word(ISynset synset, IWordID id, int lexID, AdjMarker adjMarker, java.util.List<IVerbFrame> frames, java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
          Constructs a new word object.
 

Constructor parameters in edu.mit.jwi.item with type arguments of type IWordID
Word(ISynset synset, int number, java.lang.String lemma, int lexID, AdjMarker adjMarker, java.util.List<IVerbFrame> frames, java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
          Constructs a new word object.
Word(ISynset synset, IWordID id, int lexID, AdjMarker adjMarker, java.util.List<IVerbFrame> frames, java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
          Constructs a new word object.
 



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