public class EvaluationResultBlind extends EvaluationResultImpl
IEvaluationResult
Constructor and Description |
---|
EvaluationResultBlind() |
Modifier and Type | Method and Description |
---|---|
void |
addProblemItems(Collection<IProblemItem> c)
Add problem items into current list
|
PageEvaluation |
getPageEvaluation()
Get
PageEvaluation related to the evaluation |
void |
setPageEvaluation(PageEvaluation pageEvaluation)
Set
PageEvaluation related to the evaluation |
void |
setProblemList(List<IProblemItem> problemList)
Set detected problem item list
|
accept, addAssociateFile, addProblemItems, getAssociateFiles, getLineStyleListener, getProblemList, getSourceFile, getSummaryReportText, getSummaryReportUrl, getTargetUrl, isShowAllGuidelineItems, removeAssociatedFile, setLineStyleListener, setShowAllGuidelineItems, setSourceFile, setSummaryReportText, setSummaryReportUrl, setTargetUrl
public void addProblemItems(Collection<IProblemItem> c)
IEvaluationResult
addProblemItems
in interface IEvaluationResult
addProblemItems
in class EvaluationResultImpl
c
- target problem item collection to addpublic void setProblemList(List<IProblemItem> problemList)
IEvaluationResult
setProblemList
in interface IEvaluationResult
setProblemList
in class EvaluationResultImpl
problemList
- target problem item listpublic PageEvaluation getPageEvaluation()
PageEvaluation
related to the evaluationPageEvaluation
public void setPageEvaluation(PageEvaluation pageEvaluation)
PageEvaluation
related to the evaluationpageEvaluation
- target PageEvaluation