Changeset 1035 for autoquest-core-usability-evaluation
- Timestamp:
- 01/13/13 17:07:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
autoquest-core-usability-evaluation/src/main/java/de/ugoe/cs/autoquest/usability/evaluation/rule/evaluator/RuleEvaluator.java
r1030 r1035 59 59 60 60 protected abstract float calculateEvaluationMetric(); 61 62 protected void storeEvaluationMetricForDefectDescription(String key, String value) { 63 defectDescriptionMessageParameterValues.put(key, value); 64 } 61 65 62 66 protected abstract Optional<UsabilityDefectSeverityLevel> determineSeverityLevel(float evaluationMetric);
Note: See TracChangeset
for help on using the changeset viewer.