public final class UnionStep<S,E> extends BranchStep<S,E,TraversalOptionParent.Pick>
ComputerAwareStep.EndStep<S>
TraversalOptionParent.Pick
branchTraversal, traversalOptions
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
UnionStep(Traversal.Admin traversal,
Traversal.Admin<?,E>... unionTraversals) |
Modifier and Type | Method and Description |
---|---|
void |
addGlobalChildOption(TraversalOptionParent.Pick pickToken,
Traversal.Admin<S,E> traversalOption) |
String |
toString() |
clone, computerAlgorithm, getGlobalChildren, getLocalChildren, getRequirements, hashCode, reset, setBranchTraversal, standardAlgorithm
onEngine, processNextStart
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
addGlobalChild, addLocalChild, asStep, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild
forEachRemaining, remove
public UnionStep(Traversal.Admin traversal, Traversal.Admin<?,E>... unionTraversals)
public void addGlobalChildOption(TraversalOptionParent.Pick pickToken, Traversal.Admin<S,E> traversalOption)
addGlobalChildOption
in interface TraversalOptionParent<TraversalOptionParent.Pick,S,E>
addGlobalChildOption
in class BranchStep<S,E,TraversalOptionParent.Pick>
public String toString()
toString
in class BranchStep<S,E,TraversalOptionParent.Pick>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.