Package org.umlg.sqlg.step.barrier
Class SqlgWhereTraversalStepBarrier.SqlgWhereEndStep
java.lang.Object
org.umlg.sqlg.step.SqlgAbstractStep<S,S>
org.umlg.sqlg.step.SqlgFilterStep<Object>
org.umlg.sqlg.step.barrier.SqlgWhereTraversalStepBarrier.SqlgWhereEndStep
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterator<org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<Object>>
,org.apache.tinkerpop.gremlin.process.traversal.Step<Object,
,Object> org.apache.tinkerpop.gremlin.process.traversal.step.Scoping
- Enclosing class:
- SqlgWhereTraversalStepBarrier<S>
public class SqlgWhereTraversalStepBarrier.SqlgWhereEndStep
extends SqlgFilterStep<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.SqlgFilterStep
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, 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
-
filter
protected boolean filter(org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin<Object> traverser) - Specified by:
filter
in classSqlgFilterStep<Object>
-
toString
- Overrides:
toString
in classSqlgAbstractStep<Object,
Object>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSqlgAbstractStep<Object,
Object>
-
getScopeKeys
- Specified by:
getScopeKeys
in interfaceorg.apache.tinkerpop.gremlin.process.traversal.step.Scoping
-
reset
public void reset()
-