All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.oliviercailloux.grade.PathGrader Maven / Gradle / Ivy

The newest version!
package io.github.oliviercailloux.grade;

import java.nio.file.Path;

public interface PathGrader {
  MarksTree grade(Path workDir) throws X;

  public GradeAggregator getAggregator();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy