|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umn.cs.nlp.parser.RuleDatabase
PRuleDatabase
public class RuleDatabase
Wrapper class for a Berkeley DB database consisting of grammar rules.
| Constructor Summary | |
|---|---|
RuleDatabase(String databaseFile,
String environmentDirectory,
boolean allowDuplicates)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
close()
Deprecated. |
String |
get(String key)
Deprecated. |
Collection<String> |
getAll(String key)
Deprecated. |
boolean |
incompleteMatchExists(String key)
Deprecated. |
static void |
main(String[] args)
Deprecated. |
void |
put(String key,
String value)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleDatabase(String databaseFile,
String environmentDirectory,
boolean allowDuplicates)
| Method Detail |
|---|
public void close()
public void put(String key,
String value)
public String get(String key)
public Collection<String> getAll(String key)
public boolean incompleteMatchExists(String key)
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||