Package adams.data.io.output
Interface MultiReportWriter<T extends Report>
-
- All Superinterfaces:
ReportWriter<T>
- All Known Implementing Classes:
AbstractMultiReportWriter
,DeepLabCutCSVWriter
public interface MultiReportWriter<T extends Report> extends ReportWriter<T>
Interface for report writers that write multiple reports into a single file.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class
getReportClass()
Returns the class of the report that the writer supports.boolean
write(T[] data)
Performs checks and writes the data.-
Methods inherited from interface adams.data.io.output.ReportWriter
getOutput, outputTipText, setOutput, write
-
-