Uses of Enum Class
org.apache.tinkerpop.gremlin.process.traversal.step.branch.ChooseStep.ChooseSemantics
Packages that use ChooseStep.ChooseSemantics
-
Uses of ChooseStep.ChooseSemantics in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.branch that return ChooseStep.ChooseSemanticsModifier and TypeMethodDescriptionChooseStep.getChooseSemantics()Step metadata that informs on howchoose()is configured to work.static ChooseStep.ChooseSemanticsReturns the enum constant of this class with the specified name.static ChooseStep.ChooseSemantics[]ChooseStep.ChooseSemantics.values()Returns an array containing the constants of this enum class, in the order they are declared.