| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.strategy.verification | 
| Modifier and Type | Method and Description | 
|---|---|
| default Class<TraversalStrategy.VerificationStrategy> | TraversalStrategy.VerificationStrategy. getTraversalCategory() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComputerVerificationStrategy | 
| class  | EdgeLabelVerificationStrategyEdgeLabelVerificationStrategydoes not allow edge traversal steps to have no label specified. | 
| class  | LambdaRestrictionStrategyLambdaRestrictionStrategydoes not allow lambdas to be used in aTraversal. | 
| class  | ReadOnlyStrategyDetects steps marked with  Mutatingand throws anIllegalStateExceptionif one is found. | 
| class  | StandardVerificationStrategy | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Class<? extends TraversalStrategy.VerificationStrategy>> | ReadOnlyStrategy. applyPost() | 
| Set<Class<? extends TraversalStrategy.VerificationStrategy>> | StandardVerificationStrategy. applyPrior() | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.