public final class OrderLocalStep<S,M> extends MapStep<S,S> implements ComparatorHolder<M>, TraversalParent
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
OrderLocalStep(Traversal.Admin traversal) |
Modifier and Type | Method and Description |
---|---|
void |
addComparator(Comparator<M> comparator) |
void |
addLocalChild(Traversal.Admin<?,?> localChildTraversal) |
List<Comparator<M>> |
getComparators() |
<S,E> List<Traversal.Admin<S,E>> |
getLocalChildren() |
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to function properly. |
int |
hashCode() |
protected S |
map(Traverser.Admin<S> traverser) |
String |
toString() |
processNextStart
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
addGlobalChild, asStep, getGlobalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild
forEachRemaining, remove
public OrderLocalStep(Traversal.Admin traversal)
public void addComparator(Comparator<M> comparator)
addComparator
in interface ComparatorHolder<M>
public List<Comparator<M>> getComparators()
getComparators
in interface ComparatorHolder<M>
public String toString()
toString
in class AbstractStep<S,S>
public int hashCode()
hashCode
in class AbstractStep<S,S>
public Set<TraverserRequirement> getRequirements()
Step
TraverserRequirement
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>
public <S,E> List<Traversal.Admin<S,E>> getLocalChildren()
getLocalChildren
in interface TraversalParent
public void addLocalChild(Traversal.Admin<?,?> localChildTraversal)
addLocalChild
in interface TraversalParent
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.