
public abstract class AbstractJSONGraphFactory extends AbstractGraphFactory implements GraphFactory
| Constructor and Description |
|---|
AbstractJSONGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
openGraph(String identifier)
Opens a graph.
|
protected abstract JSONStore |
openJSONStore(String identifier)
This must be overridden by subclasses to instantiate the JSON store.
|
loadGraph, loadGraph, loadGraph, openGraph, parseGraph, parseGraph, parseGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadGraph, loadGraph, loadGraph, openGraph, parseGraph, parseGraph, parseGraphpublic final Graph openGraph(String identifier) throws IOException
GraphFactoryopenGraph in interface GraphFactoryidentifier - An optional identifier to distinguish graphs from one another.IOExceptionprotected abstract JSONStore openJSONStore(String identifier) throws IOException
identifier - An optional identifier to distinguish JSON stores from one another.IOExceptionCopyright © 2017. All rights reserved.