edu.umn.cs.nlp.parser
Class RuleDatabase

java.lang.Object
  extended by edu.umn.cs.nlp.parser.RuleDatabase

Deprecated. Use PRuleDatabase

public class RuleDatabase
extends Object

Wrapper class for a Berkeley DB database consisting of grammar rules.

Version:
$LastChangedDate: 2007-07-16 11:23:58 -0500 (Mon, 16 Jul 2007) $
Author:
Lane Schwartz

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

RuleDatabase

public RuleDatabase(String databaseFile,
                    String environmentDirectory,
                    boolean allowDuplicates)
Deprecated. 
Method Detail

close

public void close()
Deprecated. 

put

public void put(String key,
                String value)
Deprecated. 

get

public String get(String key)
Deprecated. 

getAll

public Collection<String> getAll(String key)
Deprecated. 

incompleteMatchExists

public boolean incompleteMatchExists(String key)
Deprecated. 

main

public static void main(String[] args)
Deprecated.