Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MWEDescSet
Default implementation of the
IMWEDescSet interface. |
Modifier and Type | Method and Description |
---|---|
static IMWEDescSet |
MWEDescSet.emptySet()
Returns an unmodifiable empty description set.
|
IMWEDescSet |
InMemoryMWEIndex.getAll(java.lang.String part) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,? extends IMWEDescSet> |
InMemoryMWEIndex.createIndex(java.util.Map<IMWEDescID,? extends IRootMWEDesc> data)
Uses the given map of description IDs to root descriptions in order to
create the index.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InMemoryMWEIndex.insert(java.lang.String key,
IMWEDesc object,
java.util.Map<java.lang.String,IMWEDescSet> map)
Adds the specified object to the set indexed under the specified key in
the given map.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.