Package adams.data.report
Interface MutableReportHandler<T extends Report>
-
- Type Parameters:
T- the type of report to handle
- All Superinterfaces:
ReportHandler<T>
- All Known Implementing Classes:
AbstractImageContainer,AbstractSimpleContainer,BlobContainer,BoofCVImageContainer,BufferedImageBitmaskContainer,BufferedImageContainer,Instance,ObjectContainer,OpenCVImageContainer,SpreadSheetRow,TextContainer,Timeseries,WekaInstanceContainer
public interface MutableReportHandler<T extends Report> extends ReportHandler<T>
Interface for data containers that can set a report as well.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReport(T value)Sets a new report.-
Methods inherited from interface adams.data.report.ReportHandler
getReport, hasReport
-
-
-
-
Method Detail
-
setReport
void setReport(T value)
Sets a new report.- Parameters:
value- the new report
-
-