Class SingleRunDataSetManager

    • Constructor Detail

      • SingleRunDataSetManager

        public SingleRunDataSetManager()
    • Method Detail

      • batchStarted

        public void batchStarted()
        Description copied from interface: DataSetManager
        Notifies this DataSetManager that the set of batch runs has started.
      • batchEnded

        public void batchEnded()
        Description copied from interface: DataSetManager
        Notifies this DataSetManager that the set of batch runs has ended.
      • isBatch

        public boolean isBatch()
        Description copied from interface: DataSetManager
        Gets whether or not this is a batch run.
        Returns:
        true if this is batch run otherwise false.