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

Packages that use ISynsetID
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 ISynsetID in edu.mit.jwi
 

Fields in edu.mit.jwi with type parameters of type ISynsetID
protected  java.util.Map<POS,java.util.Map<ISynsetID,ISynset>> RAMDictionary.DictionaryData.synsets
           
 

Methods in edu.mit.jwi with parameters of type ISynsetID
 ISynset RAMDictionary.getSynset(ISynsetID id)
           
 ISynset IDictionary.getSynset(ISynsetID id)
          Retrieves the synset with the specified id from the database.
 ISynset DataSourceDictionary.getSynset(ISynsetID id)
           
 ISynset CachingDictionary.getSynset(ISynsetID id)
           
 

Uses of ISynsetID in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement ISynsetID
 class SynsetID
          Default implementation of the ISynsetID interface
 

Methods in edu.mit.jwi.item that return ISynsetID
 ISynsetID Synset.getID()
           
 ISynsetID WordID.getSynsetID()
           
 ISynsetID IWordID.getSynsetID()
          Returns the synset id object associated with this word.
 

Methods in edu.mit.jwi.item that return types with arguments of type ISynsetID
 java.util.Map<IPointer,java.util.List<ISynsetID>> Synset.getRelatedMap()
           
 java.util.Map<IPointer,java.util.List<ISynsetID>> ISynset.getRelatedMap()
          Returns an immutable map from semantic pointers to immutable lists of synsets.
 java.util.List<ISynsetID> Synset.getRelatedSynsets()
           
 java.util.List<ISynsetID> ISynset.getRelatedSynsets()
          Returns an immutable list of synset ids for all synsets that are connected by pointers to this synset.
 java.util.List<ISynsetID> Synset.getRelatedSynsets(IPointer type)
           
 java.util.List<ISynsetID> ISynset.getRelatedSynsets(IPointer ptr)
          Returns an immutable list of the ids of all synsets that are related to this synset by the specified pointer type.
 

Constructors in edu.mit.jwi.item with parameters of type ISynsetID
Synset(ISynsetID id, ILexFile lexFile, boolean isAdjSat, boolean isAdjHead, java.lang.String gloss, java.util.List<Synset.IWordBuilder> wordBuilders, java.util.Map<IPointer,? extends java.util.List<ISynsetID>> ids)
          Constructs a new synset object with the specified parameters.
WordID(ISynsetID id, int num)
          Constructs a word id from the specified arguments.
WordID(ISynsetID id, int num, java.lang.String lemma)
          Constructs a fully specified word id
WordID(ISynsetID id, java.lang.String lemma)
          Constructs a word id from the specified arguments.
 

Constructor parameters in edu.mit.jwi.item with type arguments of type ISynsetID
Synset(ISynsetID id, ILexFile lexFile, boolean isAdjSat, boolean isAdjHead, java.lang.String gloss, java.util.List<Synset.IWordBuilder> wordBuilders, java.util.Map<IPointer,? extends java.util.List<ISynsetID>> ids)
          Constructs a new synset object with the specified parameters.
 



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