public final class OrderLocalStep<S,M> extends MapStep<S,S> implements ComparatorHolder<M>, TraversalParent
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| 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  TraverserRequirementthat 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() | 
processNextStartaddLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversalfinalize, getClass, notify, notifyAll, wait, wait, waitaddGlobalChild, asStep, getGlobalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChildforEachRemaining, removepublic 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()
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>public <S,E> List<Traversal.Admin<S,E>> getLocalChildren()
getLocalChildren in interface TraversalParentpublic void addLocalChild(Traversal.Admin<?,?> localChildTraversal)
addLocalChild in interface TraversalParentCopyright © 2013–2015 Apache Software Foundation. All rights reserved.