| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StrategyEdge |
class |
StrategyElement |
class |
StrategyGraph
A wrapper class for
Graph instances that host and apply a GraphStrategy. |
class |
StrategyProperty<V> |
class |
StrategyVariables |
class |
StrategyVertex |
class |
StrategyVertexProperty<V> |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.