Class StepInfo

java.lang.Object
org.kinotic.continuum.grind.api.StepInfo

public class StepInfo extends Object
The sequence of Step's that have been executed to get to a specific Result Created by Navid Mitchell on 11/18/20
  • Constructor Details

    • StepInfo

      public StepInfo(int sequence)
  • Method Details

    • getSequence

      public int getSequence()
      The sequence of the Step that created this
      Returns:
      the sequence number
    • addAncestor

      public void addAncestor(StepInfo ancestor)
    • getAncestor

      public StepInfo getAncestor()