Interface BinPostProcessingUser
-
- All Known Implementing Classes:
ArrayBinning
,SpreadSheetRowBinning
public interface BinPostProcessingUser
Interface for classes that apply post-processing to bins.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinPostProcessing
getPostProcessing()
Returns the post-processing scheme to apply to the bins.String
postProcessingTipText()
Returns the tip text for this property.void
setPostProcessing(BinPostProcessing value)
Sets the post-processing scheme to apply to the bins.
-
-
-
Method Detail
-
setPostProcessing
void setPostProcessing(BinPostProcessing value)
Sets the post-processing scheme to apply to the bins.- Parameters:
value
- the post-processing
-
getPostProcessing
BinPostProcessing getPostProcessing()
Returns the post-processing scheme to apply to the bins.- Returns:
- the post-processing
-
postProcessingTipText
String postProcessingTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-