Uses of Class
net.lenkaspace.creeper.report.CRBaseReport

Packages that use CRBaseReport
net.lenkaspace.creeper.report   
 

Uses of CRBaseReport in net.lenkaspace.creeper.report
 

Subclasses of CRBaseReport in net.lenkaspace.creeper.report
 class CRCsvReport
          Can create csv reports of the whole simulation and organize values as: Run1_Trial1_value1, Run1_Trial1_value2, Run1_Trial1_value3, ...
 class CRTimeSeriesReport
          Creates graphical time series reports, usually of a single run / trial.
 class CRWorldSnapshotReport
          Creates graphical snapshots of the world at specified times / intervals and saves them to the report folder.
 

Methods in net.lenkaspace.creeper.report that return CRBaseReport
 CRBaseReport CRReportController.getReport(java.lang.String reportName_)
          Get a report of a specific unique name
 

Methods in net.lenkaspace.creeper.report with parameters of type CRBaseReport
 void CRReportController.addReport(java.lang.String reportName_, CRBaseReport report_)
          Add a new report