
public class BDBJSONGraphFactory extends AbstractJSONGraphFactory implements GraphFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DATABASE_PATH |
| Constructor and Description |
|---|
BDBJSONGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabasePath() |
protected JSONStore |
openJSONStore(String identifier)
This must be overridden by subclasses to instantiate the JSON store.
|
void |
setDatabasePath(String path) |
openGraphloadGraph, loadGraph, loadGraph, openGraph, parseGraph, parseGraph, parseGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadGraph, loadGraph, loadGraph, openGraph, openGraph, parseGraph, parseGraph, parseGraphpublic static final String DEFAULT_DATABASE_PATH
protected JSONStore openJSONStore(String identifier) throws IOException
AbstractJSONGraphFactoryopenJSONStore in class AbstractJSONGraphFactoryidentifier - An optional identifier to distinguish JSON stores from one another.IOExceptionpublic String getDatabasePath()
public void setDatabasePath(String path)
Copyright © 2017. All rights reserved.