public final class AddVertexStartStep extends AbstractStep<Vertex,Vertex> implements Mutating<Event.VertexAddedEvent>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
AddVertexStartStep(Traversal.Admin traversal,
Object... keyValues) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getKeyValues() |
CallbackRegistry<Event.VertexAddedEvent> |
getMutatingCallbackRegistry()
Gets the callback registry for events that the step raises.
|
int |
hashCode() |
protected Traverser<Vertex> |
processNextStart() |
void |
reset()
Reset the state of the step such that it has no incoming starts.
|
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversal, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRequirements
forEachRemaining, remove
public AddVertexStartStep(Traversal.Admin traversal, Object... keyValues)
public Object[] getKeyValues()
protected Traverser<Vertex> processNextStart()
processNextStart
in class AbstractStep<Vertex,Vertex>
public CallbackRegistry<Event.VertexAddedEvent> getMutatingCallbackRegistry()
Mutating
getMutatingCallbackRegistry
in interface Mutating<Event.VertexAddedEvent>
public int hashCode()
hashCode
in class AbstractStep<Vertex,Vertex>
public void reset()
Step
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.