package grader.item;

import grader.class_.*;

import java.util.Collection;

/**
 *
 * 
		This displays additional options for the late policy.
	 * 
 * @author 
 * @version 
 *
 **/

public class LatePolicyOptions {

     /** Default Constructor **/
     public LatePolicyOptions() {

     }

     protected boolean allowItemLate;

     protected boolean allowGraceDay;

     protected boolean dailyDecay;

     protected int maxNumberOfUnit;

     protected int deductionEachUnitLate;

}