|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMWEDescSet | |
---|---|
edu.mit.jmwe.index | Provides the MWE index interfaces and default implementations, which allow one to look up an MWE given one of its parts. |
Uses of IMWEDescSet in edu.mit.jmwe.index |
---|
Classes in edu.mit.jmwe.index that implement IMWEDescSet | |
---|---|
class |
MWEDescSet
Default implementation of the IMWEDescSet interface. |
Methods in edu.mit.jmwe.index that return IMWEDescSet | |
---|---|
static IMWEDescSet |
MWEDescSet.emptySet()
Returns an unmodifiable empty description set. |
IMWEDescSet |
InMemoryMWEIndex.getAll(String part)
|
Methods in edu.mit.jmwe.index that return types with arguments of type IMWEDescSet | |
---|---|
protected Map<String,? extends IMWEDescSet> |
InMemoryMWEIndex.createIndex(Map<IMWEDescID,? extends IRootMWEDesc> data)
Uses the given map of description IDs to root descriptions in order to create the index. |
Method parameters in edu.mit.jmwe.index with type arguments of type IMWEDescSet | |
---|---|
protected void |
InMemoryMWEIndex.insert(String key,
IMWEDesc object,
Map<String,IMWEDescSet> map)
Adds the specified object to the set indexed under the specified key in the given map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |