Uses of Package
org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
Packages that use org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
-
Classes in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification used by org.apache.tinkerpop.gremlin.process.traversal.strategy.verificationClassDescriptionBase
TraversalStrategyclass that is configurable to throw warnings or exceptions.EdgeLabelVerificationStrategydoes not allow edge traversal steps to have no label specified.LambdaRestrictionStrategydoes not allow lambdas to be used in aTraversal.Detects steps marked withMutatingand throws anIllegalStateExceptionif one is found.This verification strategy detects property keys that should not be used by the traversal.