Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.filter.ConnectiveStep.Connective
-
Packages that use ConnectiveStep.Connective Package Description org.apache.tinkerpop.gremlin.process.traversal.step.filter org.apache.tinkerpop.gremlin.process.traversal.step.map -
-
Uses of ConnectiveStep.Connective in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return ConnectiveStep.Connective Modifier and Type Method Description static ConnectiveStep.Connective
ConnectiveStep.Connective. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectiveStep.Connective[]
ConnectiveStep.Connective. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectiveStep.Connective in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return ConnectiveStep.Connective Modifier and Type Method Description ConnectiveStep.Connective
MatchStep. getConnective()
Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type ConnectiveStep.Connective Constructor Description MatchStep(Traversal.Admin traversal, ConnectiveStep.Connective connective, Traversal... matchTraversals)
-