package grader.Main; import java.util.Collection; /** * * If this category's items have monotonically increasing grades, the highest grade is substituted for the previous items' grades. * Derived from an FMSL opaque type. * * @author * @version * **/ public class ProgressiveScheme { /** Default Constructor **/ public ProgressiveScheme() { } }