public final class OrderGlobalStep<S> extends CollectingBarrierStep<S> implements ComparatorHolder<S>
id, label, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
OrderGlobalStep(Traversal.Admin traversal) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComparator(Comparator<S> comparator) |
void |
barrierConsumer(TraverserSet<S> traverserSet) |
List<Comparator<S>> |
getComparators() |
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to function properly. |
String |
toString() |
clone, processNextStart, resetaddStart, addStarts, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, setId, setLabel, setNextStep, setPreviousStep, setTraversalequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic OrderGlobalStep(Traversal.Admin traversal)
public void barrierConsumer(TraverserSet<S> traverserSet)
barrierConsumer in class CollectingBarrierStep<S>public void addComparator(Comparator<S> comparator)
addComparator in interface ComparatorHolder<S>public List<Comparator<S>> getComparators()
getComparators in interface ComparatorHolder<S>public String toString()
toString in class AbstractStep<S,S>public Set<TraverserRequirement> getRequirements()
StepTraverserRequirement that must be met by the traverser in order for the step to function properly.
The provided default implements returns an empty set.getRequirements in interface Step<S,S>getRequirements in class CollectingBarrierStep<S>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.