Class AddVertexStartStepPlaceholder
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,E>
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MapStep<S,E>
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep<S,E>
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddElementStepPlaceholder<S,Vertex,Event.VertexAddedEvent>
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddVertexStepPlaceholder<Vertex>
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStartStepPlaceholder
-
- All Implemented Interfaces:
Serializable,AutoCloseable,Cloneable,Iterator<Traverser.Admin<Vertex>>,Step<Vertex,Vertex>,Configuring,GValueHolder<Vertex,Vertex>,AddElementStepContract<Vertex,Vertex>,AddVertexStepContract<Vertex>,Mutating<Event.VertexAddedEvent>,Parameterizing,PopContaining,PropertiesHolder,Scoping,TraversalParent,Writing<Event.VertexAddedEvent>
public class AddVertexStartStepPlaceholder extends AbstractAddVertexStepPlaceholder<Vertex> implements AddVertexStepContract<Vertex>, GValueHolder<Vertex,Vertex>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining
PopContaining.PopInstruction
-
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
Scoping.KeyNotFoundException, Scoping.Variable
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddElementStepPlaceholder
elementId, label, properties, scopeKeys, withConfiguration
-
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
-
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddElementStepContract
CONCRETE_STEPS
-
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStepContract
CONCRETE_STEPS
-
-
Constructor Summary
Constructors Constructor Description AddVertexStartStepPlaceholder(Traversal.Admin traversal, String label)AddVertexStartStepPlaceholder(Traversal.Admin traversal, GValue<String> label)AddVertexStartStepPlaceholder(Traversal.Admin traversal, Traversal.Admin<?,String> vertexLabelTraversal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddVertexStartStepasConcreteStep()-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddVertexStepPlaceholder
clone, getDefaultLabel, hasUserProvidedLabel, supportsMultiProperties
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddElementStepPlaceholder
addProperty, addTraversal, configure, configureConcreteStep, getElementId, getElementIdWithGValue, getGValues, getLabel, getLabelWithGValue, getLocalChildren, getMutatingCallbackRegistry, getParameters, getProperties, getPropertiesWithGValues, getRequirements, getScopeKeys, hashCode, isParameterized, map, removeElementId, removeProperty, setElementId, setLabel, setTraversal, updateVariable
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStep
processNextStart
-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
addLabel, addStart, addStarts, clearLabels, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStep, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddElementStepContract
getElementId, getElementIdWithGValue, getLabel, getLabelWithGValue, getPopInstructions, removeElementId, setElementId, setLabel
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddVertexStepContract
hasUserProvidedLabel
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuring
configure
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GValueHolder
getGValues, isParameterized, reduce, updateVariable
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Mutating
getMutatingCallbackRegistry
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Parameterizing
getParameters
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PropertiesHolder
addProperty, getProperties, getPropertiesWithGValues, removeProperty
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
getNullableScopeValue, getSafeScopeValue, getScopeKeys, getScopeValue
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
addLabel, addStart, addStarts, clearLabels, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getRequirements, getTraversal, hasStarts, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.TraversalParent
addGlobalChild, addLocalChild, asStep, close, getGlobalChildren, getLocalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChild
-
-
-
-
Constructor Detail
-
AddVertexStartStepPlaceholder
public AddVertexStartStepPlaceholder(Traversal.Admin traversal, String label)
-
AddVertexStartStepPlaceholder
public AddVertexStartStepPlaceholder(Traversal.Admin traversal, GValue<String> label)
-
AddVertexStartStepPlaceholder
public AddVertexStartStepPlaceholder(Traversal.Admin traversal, Traversal.Admin<?,String> vertexLabelTraversal)
-
-
Method Detail
-
asConcreteStep
public AddVertexStartStep asConcreteStep()
- Specified by:
asConcreteStepin interfaceGValueHolder<Vertex,Vertex>
-
-