| Package | Description |
|---|---|
| xdi2.core.impl.json |
Implementation of the XDI graph model as JSON objects.
|
| xdi2.core.impl.json.bdb | |
| xdi2.core.impl.json.file | |
| xdi2.core.impl.json.memory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJSONStore |
| Modifier and Type | Method and Description |
|---|---|
JSONStore |
JSONGraph.getJsonStore() |
protected abstract JSONStore |
AbstractJSONGraphFactory.openJSONStore(String identifier)
This must be overridden by subclasses to instantiate the JSON store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BDBJSONStore
This class is used by the BDBJSONGraphFactory class
to create JSON based graphs stored in BDB.
|
| Modifier and Type | Method and Description |
|---|---|
protected JSONStore |
BDBJSONGraphFactory.openJSONStore(String identifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileJSONStore |
| Modifier and Type | Method and Description |
|---|---|
protected JSONStore |
FileJSONGraphFactory.openJSONStore(String identifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryJSONStore |
| Modifier and Type | Method and Description |
|---|---|
protected JSONStore |
MemoryJSONGraphFactory.openJSONStore(String identifier) |
Copyright © 2015. All Rights Reserved.