Package com.gophers.interfaces
Interface MarkSchemeLoaderStrategy
- All Known Implementing Classes:
MarkSchemeLoader
public interface MarkSchemeLoaderStrategy
The MarkSchemeLoaderStrategy interface defines a method for loading grading
weightings.
-
Method Summary
-
Method Details
-
loadWeightings
Loads the weightings for each test case or grading component.- Returns:
- a
Mapwhere the keys are component names and the values are maps containing test names and their respective weightings
-