Class ProblemBenchmarksConfig

    • Constructor Detail

      • ProblemBenchmarksConfig

        public ProblemBenchmarksConfig()
    • Method Detail

      • setSolutionFileIOClass

        public void setSolutionFileIOClass​(Class<SolutionFileIO> solutionFileIOClass)
      • getXStreamAnnotatedClassList

        public List<Class> getXStreamAnnotatedClassList()
      • setXStreamAnnotatedClassList

        public void setXStreamAnnotatedClassList​(List<Class> xStreamAnnotatedClassList)
      • getWriteOutputSolutionEnabled

        public Boolean getWriteOutputSolutionEnabled()
      • setWriteOutputSolutionEnabled

        public void setWriteOutputSolutionEnabled​(Boolean writeOutputSolutionEnabled)
      • getInputSolutionFileList

        public List<File> getInputSolutionFileList()
      • setInputSolutionFileList

        public void setInputSolutionFileList​(List<File> inputSolutionFileList)
      • getProblemStatisticEnabled

        public Boolean getProblemStatisticEnabled()
      • setProblemStatisticEnabled

        public void setProblemStatisticEnabled​(Boolean problemStatisticEnabled)
      • setProblemStatisticTypeList

        public void setProblemStatisticTypeList​(List<ProblemStatisticType> problemStatisticTypeList)
      • setSingleStatisticTypeList

        public void setSingleStatisticTypeList​(List<SingleStatisticType> singleStatisticTypeList)