Package de.hsh.graja.regression.recorded
Class GradingGroupTO
java.lang.Object
de.hsh.graja.regression.recorded.GradingResultTO
de.hsh.graja.regression.recorded.GradingGroupTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGradingGroupTO
(double successRate, Set<String> ratedAs, List<CommentContextTO> comments, String groupName, GradingResultTO... children) GradingGroupTO
(double successRate, Set<String> ratedAs, List<CommentContextTO> comments, String groupName, List<GradingResultTO> children) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setChildren
(List<GradingResultTO> children) void
setGroupName
(String groupName) void
setLevenshteinDistanceThreshold
(Integer levenshteinDistance) Methods inherited from class de.hsh.graja.regression.recorded.GradingResultTO
getComments, getRatedAs, getSuccessRate, setComments, setRatedAs, setSuccessRate
-
Constructor Details
-
GradingGroupTO
public GradingGroupTO() -
GradingGroupTO
public GradingGroupTO(double successRate, Set<String> ratedAs, List<CommentContextTO> comments, String groupName, GradingResultTO... children) -
GradingGroupTO
public GradingGroupTO(double successRate, Set<String> ratedAs, List<CommentContextTO> comments, String groupName, List<GradingResultTO> children)
-
-
Method Details
-
getGroupName
-
setGroupName
-
getChildren
-
setChildren
-
hashCode
public int hashCode()- Overrides:
hashCode
in classGradingResultTO
-
equals
- Overrides:
equals
in classGradingResultTO
-
setLevenshteinDistanceThreshold
- Overrides:
setLevenshteinDistanceThreshold
in classGradingResultTO
-