Package org.umlg.sqlg.step.barrier
Class SqlgWhereTraversalStepBarrier.SqlgWhereStartStep<S>
java.lang.Object
org.umlg.sqlg.step.SqlgAbstractStep<S,E>
org.umlg.sqlg.step.SqlgMapStep<S,Object>
org.umlg.sqlg.step.barrier.SqlgWhereTraversalStepBarrier.SqlgWhereStartStep<S>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<Object>>
,org.apache.tinkerpop.gremlin.process.traversal.Step<S,
,Object> org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
- Enclosing class:
- SqlgWhereTraversalStepBarrier<S>
public class SqlgWhereTraversalStepBarrier.SqlgWhereStartStep<S>
extends SqlgMapStep<S,Object>
implements org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.KeyNotFoundException, org.apache.tinkerpop.gremlin.process.traversal.step.Scoping.Variable
-
Field Summary
Fields inherited from class org.umlg.sqlg.step.SqlgAbstractStep
starts
-
Method Summary
Methods inherited from class org.umlg.sqlg.step.SqlgMapStep
processNextStart
Methods inherited from class org.umlg.sqlg.step.SqlgAbstractStep
addLabel, addStart, addStarts, clearLabels, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, hasStarts, next, removeLabel, reset, setId, setNextStep, setPreviousStep, setTraversal
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
getNullableScopeValue, getSafeScopeValue, getScopeValue
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.Step
equals, getRequirements
-
Method Details
-
map
- Specified by:
map
in classSqlgMapStep<S,
Object>
-
toString
- Overrides:
toString
in classSqlgAbstractStep<S,
Object>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSqlgAbstractStep<S,
Object>
-
removeScopeKey
public void removeScopeKey() -
getScopeKeys
- Specified by:
getScopeKeys
in interfaceorg.apache.tinkerpop.gremlin.process.traversal.step.Scoping
-