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

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

Fields in edu.mit.jwi with type parameters of type IItemID
protected  java.util.Map<IItemID<?>,IItem<?>> CachingDictionary.ItemCache.itemCache
           
 

Methods in edu.mit.jwi with type parameters of type IItemID
<T extends IItem<D>,D extends IItemID<T>>
T
ICachingDictionary.IItemCache.retrieveItem(D id)
          Retrieves the item identified by the specified id.
<T extends IItem<D>,D extends IItemID<T>>
T
CachingDictionary.ItemCache.retrieveItem(D id)
           
 

Uses of IItemID in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item with type parameters of type IItemID
 interface IItem<T extends IItemID<?>>
          An item is an object with an ID.
 

Subinterfaces of IItemID in edu.mit.jwi.item
 interface IExceptionEntryID
          A unique identifier sufficient to retrieve the specified exception entry from Wordnet.
 interface IIndexWordID
          A unique identifier for an index word.
 interface ISynsetID
          A unique identifier for a synset, sufficient to retrieve it from the Wordnet database.
 interface IWordID
          A unique identifier sufficient to retrieve a particular word from the Wordnet database.
 

Classes in edu.mit.jwi.item that implement IItemID
 class ExceptionEntryID
          Default implementation of IExceptionEntryID.
 class IndexWordID
          Default implementation of IIndexWordID.
 class SynsetID
          Default implementation of the ISynsetID interface
 class WordID
          Default implementation of the IWordID interface.
 



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