package grader.Main; import java.util.Collection; /** * * If an assignment is turned in late, the total credit the student can receive will decay linearly. * Derived from an FMSL opaque type. * * @author * @version * **/ public class LinearLatePolicy { /** Default Constructor **/ public LinearLatePolicy() { } }