package grader1.item;

import grader1.class_.*;

/**
 *
 * 
		This displays information about the parent weight and raw score of the item.
	 * 
 * @author 
 * @version 
 *
 **/

public class ParentWeightAndRawScore {

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

     }

     protected ParentWeight parentWeight;

     protected ParentWeight parentWeight;

}