Class AddEdgeStepPlaceholder<S>
- 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,Edge,Event.EdgeAddedEvent>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddEdgeStepPlaceholder<S>
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStepPlaceholder<S>
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- AutoCloseable,- Cloneable,- Iterator<Traverser.Admin<Edge>>,- Step<S,Edge>,- Configuring,- FromToModulating,- GValueHolder<S,Edge>,- AddEdgeStepContract<S>,- AddElementStepContract<S,Edge>,- Mutating<Event.EdgeAddedEvent>,- Parameterizing,- PopContaining,- PropertiesHolder,- Scoping,- TraversalParent,- Writing<Event.EdgeAddedEvent>
 
 public class AddEdgeStepPlaceholder<S> extends AbstractAddEdgeStepPlaceholder<S> - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PopContainingPopContaining.PopInstruction
 - 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ScopingScoping.KeyNotFoundException, Scoping.Variable
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddEdgeStepPlaceholderfrom, to
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddElementStepPlaceholderelementId, label, properties, scopeKeys, withConfiguration
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepid, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
 - 
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStepContractCONCRETE_STEPS
 - 
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddElementStepContractCONCRETE_STEPS
 
- 
 - 
Constructor SummaryConstructors Constructor Description AddEdgeStepPlaceholder(Traversal.Admin traversal, String edgeLabel)AddEdgeStepPlaceholder(Traversal.Admin traversal, GValue<String> edgeLabel)AddEdgeStepPlaceholder(Traversal.Admin traversal, Traversal.Admin<S,String> edgeLabelTraversal)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddEdgeStep<S>asConcreteStep()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddEdgeStepPlaceholderaddFrom, addTo, clone, getDefaultLabel, getFrom, getFromWithGValue, getGValues, getLocalChildren, getTo, getToWithGValue, hashCode, isParameterized, supportsMultiProperties, updateVariable
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.AbstractAddElementStepPlaceholderaddProperty, addTraversal, configure, configureConcreteStep, getElementId, getElementIdWithGValue, getLabel, getLabelWithGValue, getMutatingCallbackRegistry, getParameters, getProperties, getPropertiesWithGValues, getRequirements, getScopeKeys, map, removeElementId, removeProperty, setElementId, setLabel, setTraversal
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ScalarMapStepprocessNextStart
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepaddLabel, 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.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddEdgeStepContractgetAdjacentVertex, getAdjacentVertex
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.AddElementStepContractgetElementId, getElementIdWithGValue, getLabel, getLabelWithGValue, getPopInstructions, removeElementId, setElementId, setLabel
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Configuringconfigure
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.FromToModulatingaddFrom, addTo
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.GValueHolderreduce
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, hasNext, next, remove
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.MutatinggetMutatingCallbackRegistry
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ParameterizinggetParameters
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PropertiesHolderaddProperty, getProperties, getPropertiesWithGValues, removeProperty
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ScopinggetNullableScopeValue, getSafeScopeValue, getScopeKeys, getScopeValue
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.StepaddLabel, addStart, addStarts, clearLabels, 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.TraversalParentaddGlobalChild, addLocalChild, asStep, close, getGlobalChildren, getSelfAndChildRequirements, integrateChild, removeGlobalChild, removeLocalChild, replaceLocalChild
 
- 
 
- 
- 
- 
Constructor Detail- 
AddEdgeStepPlaceholderpublic AddEdgeStepPlaceholder(Traversal.Admin traversal, String edgeLabel) 
 - 
AddEdgeStepPlaceholderpublic AddEdgeStepPlaceholder(Traversal.Admin traversal, GValue<String> edgeLabel) 
 - 
AddEdgeStepPlaceholderpublic AddEdgeStepPlaceholder(Traversal.Admin traversal, Traversal.Admin<S,String> edgeLabelTraversal) 
 
- 
 - 
Method Detail- 
asConcreteSteppublic AddEdgeStep<S> asConcreteStep() 
 
- 
 
-