| Package | Description |
|---|---|
| com.tinkerpop.blueprints.impls.tg | |
| com.tinkerpop.blueprints.util.wrappers.id | |
| com.tinkerpop.blueprints.util.wrappers.readonly |
| Modifier and Type | Class and Description |
|---|---|
class |
TinkerGraph
An in-memory, reference implementation of the property graph interfaces provided by Blueprints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdGraph<T extends KeyIndexableGraph>
A Graph implementation which wraps another Graph implementation,
enabling custom element IDs even for those graphs which don't otherwise support them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdGraph<T extends KeyIndexableGraph>
A Graph implementation which wraps another Graph implementation,
enabling custom element IDs even for those graphs which don't otherwise support them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyKeyIndexableGraph<T extends KeyIndexableGraph>
A ReadOnlyKeyIndexableGraph wraps a KeyIndexableGraph and overrides the underlying graph's mutating methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyKeyIndexableGraph<T extends KeyIndexableGraph>
A ReadOnlyKeyIndexableGraph wraps a KeyIndexableGraph and overrides the underlying graph's mutating methods.
|
Copyright © 2010-2014. All Rights Reserved.