Class StartStep<S>

    • Field Detail

      • start

        protected Object start
      • first

        protected boolean first
    • Method Detail

      • getStart

        public <T> T getStart()
      • 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
      • isVariableStartStep

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