public final class UnionStep<S,E> extends BranchStep<S,E,TraversalOptionParent.Pick>
ComputerAwareStep.EndStep<S>
TraversalOptionParent.Pick
branchTraversal, traversalOptions, traversalPickOptions
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
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, setTraversal, standardAlgorithm
onGraphComputer, processNextStart
addLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep
finalize, getClass, notify, notifyAll, wait, wait, wait
addGlobalChild, addLocalChild, asStep, close, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild
atMaster, atMaster
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–2020 Apache Software Foundation. All rights reserved.