|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnalysisResult
Represents a collection of results for an AnalysisJob.
| Method Summary | |
|---|---|
Date |
getCreationDate()
Gets the time that the results were created |
AnalyzerResult |
getResult(ComponentJob componentJob)
Gets the results of a single Analyzer. |
Map<ComponentJob,AnalyzerResult> |
getResultMap()
Gets the results mapped to the Component jobs |
List<AnalyzerResult> |
getResults()
Gets the the results of this analysis. |
| Method Detail |
|---|
List<AnalyzerResult> getResults()
AnalyzerResult getResult(ComponentJob componentJob)
componentJob - the component (either analyzer or explorer) job to find the
result for
Map<ComponentJob,AnalyzerResult> getResultMap()
Date getCreationDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||