| Interface | Description |
|---|---|
| GraphStrategy |
Defines a collection of functions that plug-in to Gremlin Structure API methods to enhance or alter the functionality of
the implementation.
|
| StrategyWrapped |
A marker interface for the graph wrapper classes.
|
| Class | Description |
|---|---|
| IdentityStrategy |
A pass through implementation of
GraphStrategy where all strategy functions are simply executed as
they were originally implemented. |
| IdStrategy |
A
GraphStrategy implementation which enables mapper element IDs even for those graphs which don't
otherwise support them. |
| IdStrategy.Builder | |
| PartitionStrategy |
A
GraphStrategy which enables support for logical graph partitioning where the Graph can be blinded to
different parts of the total Graph. |
| PartitionStrategy.Builder | |
| ReadOnlyStrategy |
This
GraphStrategy prevents the graph from being modified and will throw a
UnsupportedOperationException if an attempt is made to do so. |
| ReadOnlyStrategy.Exceptions | |
| SequenceStrategy | |
| SequenceStrategy.Builder | |
| StrategyContext<T extends StrategyWrapped> |
The
StrategyContext object is provided to the methods of GraphStrategy so that the strategy functions
it constructs have some knowledge of the environment. |
| StrategyEdge | |
| StrategyEdge.StrategyEdgeIterator | |
| StrategyElement | |
| StrategyGraph |
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
| StrategyGraph.Exceptions | |
| StrategyProperty<V> | |
| StrategyVariables | |
| StrategyVertex | |
| StrategyVertex.StrategyVertexIterator | |
| StrategyVertexProperty<V> | |
| SubgraphStrategy |
A
GraphStrategy which creates a logical subgraph to selectively include vertices and edges of a
Graph according to provided criteria. |
| SubgraphStrategy.Builder |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.