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>,- Scoping
 
 public static final class MatchStep.MatchStartStep extends AbstractStep<Object,Object> implements Scoping - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
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.util.AbstractStepid, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild
 
- 
 - 
Constructor SummaryConstructors Constructor Description MatchStartStep(Traversal.Admin traversal, String selectKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getScopeKeys()Get the labels that this scoping step will access during the traversalOptional<String>getSelectKey()inthashCode()protected Traverser.Admin<Object>processNextStart()StringtoString()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStepaddLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getStarts, getTraversal, hasNext, hasStarts, isTraverserStepIdAndLabelsSetByChild, next, prepareTraversalForNextStep, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.ScopinggetNullableScopeValue, getSafeScopeValue, getScopeValue
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Stepequals, getRequirements
 
- 
 
- 
- 
- 
Constructor Detail- 
MatchStartSteppublic MatchStartStep(Traversal.Admin traversal, String selectKey) 
 
- 
 - 
Method Detail- 
processNextStartprotected Traverser.Admin<Object> processNextStart() throws NoSuchElementException - Specified by:
- processNextStartin class- AbstractStep<Object,Object>
- Throws:
- NoSuchElementException
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AbstractStep<Object,Object>
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AbstractStep<Object,Object>
 
 - 
getScopeKeyspublic Set<String> getScopeKeys() Description copied from interface:ScopingGet the labels that this scoping step will access during the traversal- Specified by:
- getScopeKeysin interface- Scoping
- Returns:
- the accessed labels of the scoping step
 
 
- 
 
-