Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.step.branch.ChooseStep.ChooseSemantics
- 
Packages that use ChooseStep.ChooseSemantics Package Description org.apache.tinkerpop.gremlin.process.traversal.step.branch 
- 
- 
Uses of ChooseStep.ChooseSemantics in org.apache.tinkerpop.gremlin.process.traversal.step.branchMethods in org.apache.tinkerpop.gremlin.process.traversal.step.branch that return ChooseStep.ChooseSemantics Modifier and Type Method Description ChooseStep.ChooseSemanticsChooseStep. getChooseSemantics()Step metadata that informs on howchoose()is configured to work.static ChooseStep.ChooseSemanticsChooseStep.ChooseSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static ChooseStep.ChooseSemantics[]ChooseStep.ChooseSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-