public final class AddVertexStep<S> extends MapStep<S,Vertex> implements Mutating<Event.VertexAddedEvent>
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdSetByChild
Constructor and Description |
---|
AddVertexStep(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 Vertex |
map(Traverser.Admin<S> traverser) |
processNextStart
addLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRequirements
forEachRemaining, remove
public AddVertexStep(Traversal.Admin traversal, Object... keyValues)
public Object[] getKeyValues()
public CallbackRegistry<Event.VertexAddedEvent> getMutatingCallbackRegistry()
Mutating
getMutatingCallbackRegistry
in interface Mutating<Event.VertexAddedEvent>
public int hashCode()
hashCode
in class AbstractStep<S,Vertex>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.