public final class UnionStep<S,E> extends BranchStep<S,E,Pick>
ComputerAwareStep.EndStep<S>
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 |
addChildOption(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, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStep
finalize, getClass, notify, notifyAll, wait, wait, wait
addGlobalChild, addLocalChild, asStep, close, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChild
atMaster, atMaster
forEachRemaining, remove
public UnionStep(Traversal.Admin traversal, Traversal.Admin<?,E>... unionTraversals)
public void addChildOption(Pick pickToken, Traversal.Admin<S,E> traversalOption)
TraversalOptionParent
Pick
or Merge
. This traversal may be of local
or global scope depending on the step implementation that works with option()
.addChildOption
in interface TraversalOptionParent<Pick,S,E>
addChildOption
in class BranchStep<S,E,Pick>
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.