Example #1
0
 private static String getProgramString(String path) throws IllegalAccessException {
   File file = new File(path);
   Program program = PopulationDAOFileSystem.getProgramFromFile(file);
   return ProgramPrinter.showProgram(program);
 }