edu.mit.jwi
Interface IRAMDictionary

All Superinterfaces:
IClosable, IDictionary, IHasLifecycle, IHasVersion, ILoadable, ILoadPolicy
All Known Implementing Classes:
RAMDictionary

public interface IRAMDictionary
extends IDictionary, ILoadPolicy, ILoadable

Interface that governs dictionaries that can be completely loaded into memory.

Since:
JWI 2.2.0
Version:
2.2.5
Author:
Mark A. Finlayson

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.mit.jwi.data.IHasLifecycle
IHasLifecycle.ObjectClosedException
 
Field Summary
 
Fields inherited from interface edu.mit.jwi.data.ILoadPolicy
BACKGROUND_LOAD, IMMEDIATE_LOAD, NO_LOAD
 
Method Summary
 
Methods inherited from interface edu.mit.jwi.IDictionary
getExceptionEntry, getExceptionEntry, getExceptionEntryIterator, getIndexWord, getIndexWord, getIndexWordIterator, getSenseEntry, getSenseEntryIterator, getSynset, getSynsetIterator, getWord, getWord
 
Methods inherited from interface edu.mit.jwi.item.IHasVersion
getVersion
 
Methods inherited from interface edu.mit.jwi.data.IHasLifecycle
isOpen, open
 
Methods inherited from interface edu.mit.jwi.data.IClosable
close
 
Methods inherited from interface edu.mit.jwi.data.ILoadPolicy
getLoadPolicy, setLoadPolicy
 
Methods inherited from interface edu.mit.jwi.data.ILoadable
isLoaded, load, load
 



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