Package adams.flow.core
Interface VariableMonitor
-
- All Known Subinterfaces:
FeatureGenerator<T>
- All Known Implementing Classes:
AbstractFilter
,BoofCVFeatureGenerator
,BufferedImageFeatureGenerator
,ColorProvider
,Count
,Once
,OpenCVFeatureGenerator
,SinkReset
,SourceReset
,SpreadSheetFilter
,SpreadSheetRowBuffer
,TimeseriesFeatureGenerator
,TimeseriesFilter
,TransformerReset
,TriggerOnce
,WekaInstanceBuffer
,WekaNearestNeighborSearch
public interface VariableMonitor
Interface for classes that monitor a variable for changes.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableName
getVariableName()
Returns the name of the variable to monitor.void
setVariableName(VariableName value)
Sets the name of the variable to monitor.String
variableNameTipText()
Returns the tip text for this property.
-
-
-
Method Detail
-
setVariableName
void setVariableName(VariableName value)
Sets the name of the variable to monitor.- Parameters:
value
- the name
-
getVariableName
VariableName getVariableName()
Returns the name of the variable to monitor.- Returns:
- the name
-
variableNameTipText
String variableNameTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-