public final class ChooseStep<S,E,M> extends BranchStep<S,E,M>
ComputerAwareStep.EndStep<S>TraversalOptionParent.PickbranchTraversal, traversalOptionsid, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description | 
|---|
| ChooseStep(Traversal.Admin traversal,
          Traversal.Admin<S,?> predicateTraversal,
          Traversal.Admin<S,E> trueChoice,
          Traversal.Admin<S,E> falseChoice) | 
| ChooseStep(Traversal.Admin traversal,
          Traversal.Admin<S,M> choiceTraversal) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addGlobalChildOption(M pickToken,
                    Traversal.Admin<S,E> traversalOption) | 
clone, computerAlgorithm, getGlobalChildren, getLocalChildren, getRequirements, hashCode, reset, setBranchTraversal, standardAlgorithm, toStringonEngine, processNextStartaddLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversalfinalize, getClass, notify, notifyAll, wait, wait, waitaddGlobalChild, addLocalChild, asStep, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChildforEachRemaining, removepublic ChooseStep(Traversal.Admin traversal, Traversal.Admin<S,M> choiceTraversal)
public ChooseStep(Traversal.Admin traversal, Traversal.Admin<S,?> predicateTraversal, Traversal.Admin<S,E> trueChoice, Traversal.Admin<S,E> falseChoice)
public void addGlobalChildOption(M pickToken, Traversal.Admin<S,E> traversalOption)
addGlobalChildOption in interface TraversalOptionParent<M,S,E>addGlobalChildOption in class BranchStep<S,E,M>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.