Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.TraversalType
-
Packages that use MatchStep.TraversalType Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map -
-
Uses of MatchStep.TraversalType in org.apache.tinkerpop.gremlin.process.traversal.step.map
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.map declared as MatchStep.TraversalType Modifier and Type Field Description MatchStep.TraversalType
MatchStep.CountMatchAlgorithm.Bundle. traversalType
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return MatchStep.TraversalType Modifier and Type Method Description static MatchStep.TraversalType
MatchStep.Helper. getTraversalType(Traversal.Admin<Object,Object> traversal)
static MatchStep.TraversalType
MatchStep.TraversalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchStep.TraversalType[]
MatchStep.TraversalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-