Package adams.flow.container
Interface ContainerWithReport
-
- All Superinterfaces:
CloneHandler<Container>
,Container
,GlobalInfoSupporter
,Serializable
,SpreadSheetSupporter
- All Known Implementing Classes:
WekaPredictionContainer
public interface ContainerWithReport extends Container
Interface for containers that support storing of Report objects.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
Fields Modifier and Type Field Description static String
VALUE_REPORT
the identifier for the report.
-
Method Summary
-
Methods inherited from interface adams.flow.container.Container
addAdditionalName, addHelp, addHelp, addHelp, getClone, getHelp, getValue, getValue, hasHelp, hasValue, isValid, names, removeAdditionalName, setValue, stored, toSpreadSheet, toString
-
Methods inherited from interface adams.core.GlobalInfoSupporter
globalInfo
-
-
-
-
Field Detail
-
VALUE_REPORT
static final String VALUE_REPORT
the identifier for the report.- See Also:
- Constant Field Values
-
-