|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.analyzer.result.SimpleAnalysisResult
public class SimpleAnalysisResult
A simple (and Serializable!) implementation of the AnalysisResult
interface. Useful for storing and loading in files or other binary
destinations, using Java's serialization API.
| Constructor Summary | |
|---|---|
SimpleAnalysisResult(Map<ComponentJob,AnalyzerResult> results)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAnalysisResult(Map<ComponentJob,AnalyzerResult> results)
| Method Detail |
|---|
public List<AnalyzerResult> getResults()
AnalysisResult
getResults in interface AnalysisResultpublic AnalyzerResult getResult(ComponentJob componentJob)
AnalysisResult
getResult in interface AnalysisResultcomponentJob - the component (either analyzer or explorer) job to find the
result for
public Map<ComponentJob,AnalyzerResult> getResultMap()
AnalysisResult
getResultMap in interface AnalysisResultpublic Date getCreationDate()
AnalysisResult
getCreationDate in interface AnalysisResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||