Class MatchStep.MatchStartStep
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<Object,Object>
org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchStartStep
- All Implemented Interfaces:
Serializable,Cloneable,Iterator<Traverser.Admin<Object>>,Step<Object,,Object> PopContaining,Scoping
public static final class MatchStep.MatchStartStep
extends AbstractStep<Object,Object>
implements Scoping
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.PopContaining
PopContaining.PopInstructionNested 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.util.AbstractStep
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the labels that this scoping step will access during the traversalinthashCode()protected Traverser.Admin<Object>toString()Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep
addLabel, addStart, addStarts, clearLabels, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversalMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, removeMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
getNullableScopeValue, getPopInstructions, getSafeScopeValue, getScopeValueMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
equals, getRequirements
-
Constructor Details
-
MatchStartStep
-
-
Method Details
-
processNextStart
- Specified by:
processNextStartin classAbstractStep<Object,Object> - Throws:
NoSuchElementException
-
toString
- Overrides:
toStringin classAbstractStep<Object,Object>
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractStep<Object,Object>
-
getSelectKey
-
getScopeKeys
Description copied from interface:ScopingGet the labels that this scoping step will access during the traversal- Specified by:
getScopeKeysin interfaceScoping- Returns:
- the accessed labels of the scoping step
-