Modifier and Type | Class and Description |
---|---|
static class |
ComputerTraversalEngine.ComputerResultStrategy |
Modifier and Type | Class and Description |
---|---|
class |
ConjunctionStrategy
|
class |
ElementIdStrategy
Provides a degree of control over element identifier assignment as some graphs don't provide that feature.
|
class |
EventStrategy
A strategy that raises events when
Mutating steps are encountered and successfully executed. |
class |
PartitionStrategy |
class |
SubgraphStrategy
This
TraversalStrategy provides a way to limit the view of a Traversal . |
Modifier and Type | Class and Description |
---|---|
class |
EngineDependentStrategy
A
Step can extend EngineDependent . |
class |
LazyBarrierStrategy |
class |
MatchAlgorithmStrategy |
class |
ProfileStrategy |
Modifier and Type | Class and Description |
---|---|
class |
AdjacentToIncidentStrategy
This strategy looks for vertex- and value-emitting steps followed by a
CountGlobalStep and replaces the
pattern with an edge- or property-emitting step followed by a CountGlobalStep . |
class |
DedupBijectionStrategy
DedupBijectionStrategy does deduplication prior to a non-mutating bijective step if there is no
by() -modulation on dedup() . |
class |
IdentityRemovalStrategy
IdentityRemovalStrategy looks for IdentityStep instances and removes them. |
class |
IncidentToAdjacentStrategy
This strategy looks for
.outE().inV() , .inE().outV() and .bothE().otherV()
and replaces these step sequences with .out() , .in() or .both() respectively. |
class |
MatchPredicateStrategy
MatchWhereStrategy will fold any post-
where() step that maintains a traversal constraint into
match() . |
class |
RangeByIsCountStrategy
This strategy optimizes any occurrence of
CountGlobalStep followed by an IsStep . |
Modifier and Type | Class and Description |
---|---|
class |
ComputerVerificationStrategy |
class |
LambdaRestrictionStrategy
LambdaRestrictionStrategy does not allow lambdas to be used in a Traversal . |
class |
ReadOnlyStrategy
Detects steps marked with
Mutating and throws an IllegalStateException if one is found. |
class |
StandardVerificationStrategy |
Modifier and Type | Class and Description |
---|---|
class |
TinkerGraphStepStrategy |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.