| Package | Description |
|---|---|
| xdi2.core.impl.memory |
In-memory implementation of the XDI graph model.
|
| xdi2.core.impl.wrapped |
XDI graph model implementations that wrap an in-memory XDI graph.
|
| xdi2.core.impl.wrapped.classpath |
Classpath-based wrapped in-memory XDI graph.
|
| xdi2.core.impl.wrapped.file |
File-based wrapped in-memory XDI graph.
|
| xdi2.core.impl.wrapped.url |
URL-based wrapped in-memory XDI graph.
|
| Modifier and Type | Method and Description |
|---|---|
MemoryGraph |
MemoryGraphFactory.openGraph() |
MemoryGraph |
MemoryGraphFactory.openGraph(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
MemoryGraph |
WrappedGraph.getMemoryGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperStore.load(MemoryGraph memoryGraph) |
void |
WrapperStore.save(MemoryGraph memoryGraph) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClasspathWrapperStore.load(MemoryGraph memoryGraph) |
void |
ClasspathWrapperStore.save(MemoryGraph memoryGraph) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileWrapperStore.load(MemoryGraph memoryGraph) |
void |
FileWrapperStore.save(MemoryGraph memoryGraph) |
| Modifier and Type | Method and Description |
|---|---|
void |
URLWrapperStore.load(MemoryGraph memoryGraph) |
void |
URLWrapperStore.save(MemoryGraph memoryGraph) |
Copyright © 2015. All Rights Reserved.