Class IsStep<S>

    • Method Detail

      • getPredicate

        public P<S> getPredicate()
        Description copied from interface: IsStepContract
        Retrieves the step's predicate.
        Specified by:
        getPredicate in interface IsStepContract<S>
        Returns:
        the predicate associated with the step
      • clone

        public IsStep<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