Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.strategy.util.StepOutputArityPredictor.Arity
-
Packages that use StepOutputArityPredictor.Arity Package Description org.apache.tinkerpop.gremlin.process.traversal.strategy.util -
-
Uses of StepOutputArityPredictor.Arity in org.apache.tinkerpop.gremlin.process.traversal.strategy.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.util that return StepOutputArityPredictor.Arity Modifier and Type Method Description StepOutputArityPredictor.ArityStepOutputArityPredictor.Arity. computeArity(StepOutputArityPredictor.Arity operandArity)static StepOutputArityPredictor.ArityStepOutputArityPredictor.Arity. valueOf(String name)Returns the enum constant of this type with the specified name.static StepOutputArityPredictor.Arity[]StepOutputArityPredictor.Arity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.util with parameters of type StepOutputArityPredictor.Arity Modifier and Type Method Description StepOutputArityPredictor.ArityStepOutputArityPredictor.Arity. computeArity(StepOutputArityPredictor.Arity operandArity)
-