public final class SackElementValueStep<S extends Element,V> extends SideEffectStep<S>
id, label, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild| Constructor and Description |
|---|
SackElementValueStep(Traversal.Admin traversal,
BinaryOperator<V> operator,
String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
Set<TraverserRequirement> |
getRequirements()
Provide the necessary
TraverserRequirement that must be met by the traverser in order for the step to function properly. |
protected void |
sideEffect(Traverser.Admin<S> traverser) |
String |
toString() |
processNextStartaddStart, addStarts, clone, getId, getLabel, getNextStep, getPreviousStep, getTraversal, hasNext, next, reset, setId, setLabel, setNextStep, setPreviousStep, setTraversalequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic SackElementValueStep(Traversal.Admin traversal, BinaryOperator<V> operator, String propertyKey)
protected void sideEffect(Traverser.Admin<S> traverser)
sideEffect in class SideEffectStep<S extends Element>public String toString()
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.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.