Class AbstractResultsHandler

    • Constructor Detail

      • AbstractResultsHandler

        public AbstractResultsHandler()
    • Method Detail

      • read

        public abstract SpreadSheet read()
        Loads the results (if possible).
        Returns:
        the results, null if failed to obtain (or not available)
      • write

        public abstract String write​(SpreadSheet results)
        Stores the results.
        Parameters:
        results - the results to store
        Returns:
        null if successful, otherwise error message