| Class | Description | 
|---|---|
| AbstractWarningVerificationStrategy | Base  TraversalStrategyclass that is configurable to throw warnings or exceptions. | 
| AbstractWarningVerificationStrategy.Builder<T extends AbstractWarningVerificationStrategy,B extends AbstractWarningVerificationStrategy.Builder> | |
| ComputerVerificationStrategy | |
| EdgeLabelVerificationStrategy | EdgeLabelVerificationStrategydoes not allow edge traversal steps to have no label specified. | 
| EdgeLabelVerificationStrategy.Builder | |
| LambdaRestrictionStrategy | LambdaRestrictionStrategydoes not allow lambdas to be used in aTraversal. | 
| ReadOnlyStrategy | Detects steps marked with  Mutatingand throws anIllegalStateExceptionif one is found. | 
| ReadOnlyStrategyProcessTest | |
| ReservedKeysVerificationStrategy | This verification strategy detects property keys that should not be used by the traversal. | 
| ReservedKeysVerificationStrategy.Builder | |
| StandardVerificationStrategy | 
| Exception | Description | 
|---|---|
| VerificationException | 
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.