Class StepInfo


  • public class StepInfo
    extends java.lang.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 Detail

      • StepInfo

        public StepInfo​(int sequence)
    • Method Detail

      • 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()