Package de.hsh.graja.regression.recorded
Class GradingResultTO
java.lang.Object
de.hsh.graja.regression.recorded.GradingResultTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GradingAspectTO,GradingGroupTO
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGradingResultTO(double successRate, Set<String> ratedAs, List<CommentContextTO> comments) -
Method Summary
Modifier and TypeMethodDescriptionbooleandoubleinthashCode()voidsetComments(List<CommentContextTO> comments) voidsetLevenshteinDistanceThreshold(Integer levenshteinDistance) voidsetRatedAs(Set<String> ratedAs) voidsetSuccessRate(double successRate)
-
Constructor Details
-
GradingResultTO
public GradingResultTO() -
GradingResultTO
-
-
Method Details