package grader.GradingScheme;


import java.util.Collection;

/**
 *
 * 
      The collection of MarkSets that make up all available MarkSets.  
       * 
 * @author 
 * @version 
 *
 **/

public class MarkSets {

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

     }

     protected Collection<MarkSet> data;

}