package grader1.item; import grader1.class_.*; /** * * This displays information about the current weight and raw score of the item. * * @author * @version * **/ public class WeightAndRawScore { /** Default Constructor **/ public WeightAndRawScore() { } protected Weight weight; protected Weight weight; }