Class DataRange

java.lang.Object
com.molecular_java.DataRange

public class DataRange extends Object
A simple class used in the CountErrBlockMethod(SimSpace s) method to select ranges in data file for each block.
  • Field Details

    • from

      public int from
      Tells in which cycle the block starts.
    • to

      public int to
      Tells in which cycle the block ends.
  • Constructor Details

    • DataRange

      public DataRange(int From, int To)
      Straith forward constructor of the data range. From and to cycles are stored in the object.
      Parameters:
      From - tells from which cycle the block starts
      To - tells the number of cycle where the block ends.