|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIndexWordID | |
|---|---|
| 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 IIndexWordID in edu.mit.jwi |
|---|
| Fields in edu.mit.jwi with type parameters of type IIndexWordID | |
|---|---|
protected java.util.Map<POS,java.util.Map<IIndexWordID,IIndexWord>> |
RAMDictionary.DictionaryData.idxWords
|
| Methods in edu.mit.jwi with parameters of type IIndexWordID | |
|---|---|
IIndexWord |
RAMDictionary.getIndexWord(IIndexWordID id)
|
IIndexWord |
IDictionary.getIndexWord(IIndexWordID id)
Retrieves the specified index word object from the database. |
IIndexWord |
DataSourceDictionary.getIndexWord(IIndexWordID id)
|
IIndexWord |
CachingDictionary.getIndexWord(IIndexWordID id)
|
| Uses of IIndexWordID in edu.mit.jwi.item |
|---|
| Classes in edu.mit.jwi.item that implement IIndexWordID | |
|---|---|
class |
IndexWordID
Default implementation of IIndexWordID. |
| Methods in edu.mit.jwi.item that return IIndexWordID | |
|---|---|
IIndexWordID |
IndexWord.getID()
|
| Constructors in edu.mit.jwi.item with parameters of type IIndexWordID | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||