public final class UnionStep<S,E> extends BranchStep<S,E,Pick>
ComputerAwareStep.EndStep<S>branchTraversal, traversalOptions, traversalPickOptionsid, 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, standardAlgorithmonGraphComputer, processNextStartaddLabel, addStart, addStarts, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, setId, setNextStep, setPreviousStepfinalize, getClass, notify, notifyAll, wait, wait, waitaddGlobalChild, addLocalChild, asStep, close, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChildatMaster, atMasterforEachRemaining, removepublic UnionStep(Traversal.Admin traversal, Traversal.Admin<?,E>... unionTraversals)
public void addChildOption(Pick pickToken, Traversal.Admin<S,E> traversalOption)
TraversalOptionParentPick 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–2023 Apache Software Foundation. All rights reserved.