Package adams.flow.container
Interface OptionalContainerOutput
-
- All Known Implementing Classes:
WekaFilter
public interface OptionalContainerOutput
Interface for actors that have optional container output.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getOutputContainer()
Returns whether to output a container rather than just the data.String
outputContainerTipText()
Returns the tip text for this property.void
setOutputContainer(boolean value)
Sets whether to output a container rather than just the data.
-
-
-
Method Detail
-
setOutputContainer
void setOutputContainer(boolean value)
Sets whether to output a container rather than just the data.- Parameters:
value
- true if to output the container
-
getOutputContainer
boolean getOutputContainer()
Returns whether to output a container rather than just the data.- Returns:
- true if to output the container
-
outputContainerTipText
String outputContainerTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-