Uses of Enum Class
org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.Variable
Packages that use Scoping.Variable
Package
Description
-
Uses of Scoping.Variable in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return Scoping.VariableModifier and TypeMethodDescriptionstatic Scoping.VariableReturns the enum constant of this class with the specified name.static Scoping.Variable[]Scoping.Variable.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Scoping.Variable in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type Scoping.VariableModifier and TypeMethodDescriptionstatic Set<Scoping.Variable>TraversalHelper.getVariableLocations(Traversal.Admin<?, ?> traversal) Determines whether labels are referenced at the START and/or END of the traversal by inspecting the first and last steps (and appropriate children for certain step types).