|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Report
An evaluation report keeps track of generated files and read/written models during an evaluation.
This interface is not intended to be implemented by clients.
EvaluationResult.getReport(),
EvaluationManager.loadReport(File)| Method Summary | |
|---|---|
long |
getEndTimestamp()
Returns the time (in milliseconds) the evaluation has completed. |
List<GeneratedFile> |
getGeneratedFiles()
Returns the list of files generated during the evaluation. |
List<ReportModel> |
getReportModels()
Returns this list of the models read/written during the evaluation. |
long |
getStartTimestamp()
Returns the time (in milliseconds) the evaluation has started. |
void |
save(File file)
Saves this report into the specified file. |
| Method Detail |
|---|
long getStartTimestamp()
System.currentTimeMillis()long getEndTimestamp()
System.currentTimeMillis()List<GeneratedFile> getGeneratedFiles()
GeneratedFile elements.GeneratedFileList<ReportModel> getReportModels()
ReportModel elements.ReportModel
void save(File file)
throws CoreException
file - the location where to save report information.
CoreException - if the report could not be saved.EvaluationManager.loadReport(File)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||