Uses of Interface
org.umlg.sqlg.step.SqlgStep
Packages that use SqlgStep
- 
Uses of SqlgStep in org.umlg.sqlg.step
Classes in org.umlg.sqlg.step that implement SqlgStepModifier and TypeClassDescriptionclassSqlgGraphStep<S,E extends SqlgElement> Date: 2015/02/20 Time: 9:54 PMclassSqlgVertexStep<E extends SqlgElement> - 
Uses of SqlgStep in org.umlg.sqlg.strategy
Methods in org.umlg.sqlg.strategy that return SqlgStepModifier and TypeMethodDescriptionprotected abstract SqlgStepBaseStrategy.constructSqlgStep(org.apache.tinkerpop.gremlin.process.traversal.Step startStep) protected SqlgStepGraphStrategy.constructSqlgStep(org.apache.tinkerpop.gremlin.process.traversal.Step startStep) protected SqlgStepVertexStrategy.constructSqlgStep(org.apache.tinkerpop.gremlin.process.traversal.Step startStep) Methods in org.umlg.sqlg.strategy with parameters of type SqlgStepModifier and TypeMethodDescriptionprotected abstract voidBaseStrategy.replaceStepInTraversal(org.apache.tinkerpop.gremlin.process.traversal.Step stepToReplace, SqlgStep sqlgStep) protected voidGraphStrategy.replaceStepInTraversal(org.apache.tinkerpop.gremlin.process.traversal.Step stepToReplace, SqlgStep sqlgStep) protected voidVertexStrategy.replaceStepInTraversal(org.apache.tinkerpop.gremlin.process.traversal.Step stepToReplace, SqlgStep sqlgStep)