public final class ComputerResultStep<S> extends AbstractStep<S,S> implements Bypassing
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
ComputerResultStep(Traversal.Admin traversal,
ComputerResult computerResult,
boolean attachElements) |
ComputerResultStep(Traversal.Admin traversal,
GraphComputer graphComputer,
boolean attachElements) |
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. |
void |
populateTraversers(ComputerResult result) |
Traverser<S> |
processNextStart() |
void |
setBypass(boolean byPass) |
String |
toString() |
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hashCode, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
finalize, getClass, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
public ComputerResultStep(Traversal.Admin traversal, GraphComputer graphComputer, boolean attachElements)
public ComputerResultStep(Traversal.Admin traversal, ComputerResult computerResult, boolean attachElements)
public Traverser<S> processNextStart()
processNextStart
in class AbstractStep<S,S>
public void populateTraversers(ComputerResult result)
public String toString()
toString
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>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.