edu.stanford.nlp.database
Class AbstractSimpleDatabase

java.lang.Object
  |
  +--edu.stanford.nlp.database.AbstractSimpleDatabase
All Implemented Interfaces:
SimpleDatabase
Direct Known Subclasses:
HashDB, SLJDB

public abstract class AbstractSimpleDatabase
extends Object
implements SimpleDatabase

Abstract implementation of SimpleDatabase; only implements toVerboseString() and toVerboseXMLString()


Constructor Summary
AbstractSimpleDatabase()
           
 
Method Summary
 String toVerboseString()
          Returns Verbose String representation of database that enumerates the contents of the database
 String toVerboseXMLString()
          Returns a verbose XML reprentation of database that enumerates the contents of the database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.stanford.nlp.database.SimpleDatabase
get, keys, put, remove, size, toString, toXMLString, values
 

Constructor Detail

AbstractSimpleDatabase

public AbstractSimpleDatabase()
Method Detail

toVerboseString

public String toVerboseString()
Description copied from interface: SimpleDatabase
Returns Verbose String representation of database that enumerates the contents of the database

Specified by:
toVerboseString in interface SimpleDatabase

toVerboseXMLString

public String toVerboseXMLString()
Description copied from interface: SimpleDatabase
Returns a verbose XML reprentation of database that enumerates the contents of the database

Specified by:
toVerboseXMLString in interface SimpleDatabase


Stanford NLP Group