public interface CGDatabase
| Modifier and Type | Method and Description |
|---|---|
void |
closeDB()
Makes the database no longer accessible to CharGer.
|
String |
doLookup(String keytype,
String keyvalue,
String targettype)
Perform the actual lookup for a key.
|
String |
getName()
Accesses the name by which the database will be known to graphs.
|
void |
resetDB()
Opens and resets the given database so that it is ready to be accessed from its beginning.
|
String getName()
GraphUpdatervoid resetDB()
void closeDB()
String doLookup(String keytype,
String keyvalue,
String targettype)
keytype - Actually the CharGer type for what a particular key is; e.g., "Birth Date" or "Gender"keyvalue - The CharGer referent value for a concept of type keytypetargettype - the CharGer type for the key value to be looked up, as in keytype