| Class and Description |
|---|
| GraphStrategy
Defines a collection of functions that plug-in to Gremlin Structure API methods to enhance or alter the functionality of
the implementation.
|
| StrategyContext
The
StrategyContext object is provided to the methods of GraphStrategy so that the strategy functions
it constructs have some knowledge of the environment. |
| StrategyGraph
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
| StrategyVertex |
| Class and Description |
|---|
| GraphStrategy
Defines a collection of functions that plug-in to Gremlin Structure API methods to enhance or alter the functionality of
the implementation.
|
| StrategyGraph
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
| Class and Description |
|---|
| GraphStrategy
Defines a collection of functions that plug-in to Gremlin Structure API methods to enhance or alter the functionality of
the implementation.
|
| 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. |
| SequenceStrategy |
| SequenceStrategy.Builder |
| StrategyContext
The
StrategyContext object is provided to the methods of GraphStrategy so that the strategy functions
it constructs have some knowledge of the environment. |
| StrategyEdge |
| StrategyElement |
| StrategyGraph
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
| StrategyProperty |
| StrategyVariables |
| StrategyVertex |
| StrategyVertexProperty |
| StrategyWrapped
A marker interface for the graph wrapper classes.
|
| SubgraphStrategy
A
GraphStrategy which creates a logical subgraph to selectively include vertices and edges of a
Graph according to provided criteria. |
| SubgraphStrategy.Builder |
| Class and Description |
|---|
| StrategyGraph
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
| Class and Description |
|---|
| GraphStrategy
Defines a collection of functions that plug-in to Gremlin Structure API methods to enhance or alter the functionality of
the implementation.
|
| StrategyElement |
| StrategyProperty |
| StrategyVariables |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.