Package org.dspace.app.suggestion
Class SuggestionEvidence
java.lang.Object
org.dspace.app.suggestion.SuggestionEvidence
This DTO class is returned by an
EvidenceScorer to model the concept of
an evidence / fact that has been used to evaluate the precision of a suggestion increasing or decreasing the score
of the suggestion.- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SuggestionEvidence
public SuggestionEvidence() -
SuggestionEvidence
-
-
Method Details
-
getName
-
setName
-
getScore
public double getScore() -
setScore
public void setScore(double score) -
getNotes
-
setNotes
-