Modifier and Type | Class and Description |
---|---|
class |
VertexProgramRestrictionStrategy
Detects the presence of a
VertexProgramStrategy and throws an IllegalStateException if it is found. |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends TraversalStrategy.VerificationStrategy>> |
VertexProgramRestrictionStrategy.applyPost() |
Modifier and Type | Method and Description |
---|---|
default Class<TraversalStrategy.VerificationStrategy> |
TraversalStrategy.VerificationStrategy.getTraversalCategory() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWarningVerificationStrategy
Base
TraversalStrategy class that is configurable to throw warnings or exceptions. |
class |
ComputerVerificationStrategy |
class |
EdgeLabelVerificationStrategy
EdgeLabelVerificationStrategy does not allow edge traversal steps to have no label specified. |
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 |
ReservedKeysVerificationStrategy
This verification strategy detects property keys that should not be used by the traversal.
|
class |
StandardVerificationStrategy |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends TraversalStrategy.VerificationStrategy>> |
ReadOnlyStrategy.applyPost() |
Set<Class<? extends TraversalStrategy.VerificationStrategy>> |
StandardVerificationStrategy.applyPrior() |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.