java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,S>
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.StartStep<S>
All Implemented Interfaces:
Serializable, Cloneable, Iterator<Traverser.Admin<S>>, Step<S,S>
Direct Known Subclasses:
InjectStep

public class StartStep<S> extends AbstractStep<S,S>
Author:
Marko A. Rodriguez (http://markorodriguez.com)
See Also:
  • Field Details

    • start

      protected Object start
    • first

      protected boolean first
  • Constructor Details

  • Method Details

    • getStart

      public <T> T getStart()
    • toString

      public String toString()
      Overrides:
      toString in class AbstractStep<S,S>
    • processNextStart

      protected Traverser.Admin<S> processNextStart()
      Specified by:
      processNextStart in class AbstractStep<S,S>
    • clone

      public StartStep<S> clone()
      Description copied from interface: Step
      Cloning is used to duplicate steps for the purpose of traversal optimization and OLTP replication. When cloning a step, it is important that the steps, the cloned step is equivalent to the state of the step when Step.reset() is called. Moreover, the previous and next steps should be set to EmptyStep.
      Specified by:
      clone in interface Step<S,S>
      Overrides:
      clone in class AbstractStep<S,S>
      Returns:
      The cloned step
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractStep<S,S>
    • isVariableStartStep

      public static boolean isVariableStartStep(Step<?,?> step)