|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IItem | |
|---|---|
| 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 IItem in edu.mit.jwi |
|---|
| Fields in edu.mit.jwi with type parameters of type IItem | |
|---|---|
protected java.util.Map<IItemID<?>,IItem<?>> |
CachingDictionary.ItemCache.itemCache
|
| Methods in edu.mit.jwi with type parameters of type IItem | ||
|---|---|---|
|
ICachingDictionary.IItemCache.retrieveItem(D id)
Retrieves the item identified by the specified id. |
|
|
CachingDictionary.ItemCache.retrieveItem(D id)
|
|
| Methods in edu.mit.jwi with parameters of type IItem | |
|---|---|
void |
ICachingDictionary.IItemCache.cacheItem(IItem<?> item)
Caches the specified item, if this cache is enabled. |
void |
CachingDictionary.ItemCache.cacheItem(IItem<?> item)
|
| Uses of IItem in edu.mit.jwi.item |
|---|
| Classes in edu.mit.jwi.item with type parameters of type IItem | |
|---|---|
interface |
IItemID<T extends IItem<?>>
An ID for an IItem object. |
| Subinterfaces of IItem in edu.mit.jwi.item | |
|---|---|
interface |
IExceptionEntry
Represents an entry in an exception file (e.g., verb.exc or exc.vrb). |
interface |
IIndexWord
A Wordnet index word object, represented in the Wordnet files as a line in an index file. |
interface |
ISynset
Represents a synset. |
interface |
IWord
A word, which in Wordnet is an index word paired with a synset. |
| Classes in edu.mit.jwi.item that implement IItem | |
|---|---|
class |
ExceptionEntry
Default implementation of IExceptionEntry |
class |
IndexWord
Default implementation of IIndexWord. |
class |
Synset
Default implementation of the ISynset interface. |
class |
Word
Default implementation of the IWord interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||