Uses of Interface
adams.flow.core.VariableMonitor
-
Packages that use VariableMonitor Package Description adams.flow.control adams.flow.transformer -
-
Uses of VariableMonitor in adams.flow.control
Classes in adams.flow.control that implement VariableMonitor Modifier and Type Class Description class
Count
Counts the number of tokens that pass through and meet the condition and tees off the current count every n-th token.class
Once
Tees off a token only once to its sub-actors.
However, this can be reset when the monitored variable changes.class
SinkReset
Resets all sub-actors in case the monitored variable changed since the last execution.class
SourceReset
Resets all sub-actors in case the monitored variable changed since the last execution.class
TransformerReset
Resets all sub-actors in case the monitored variable changed since the last execution.class
TriggerOnce
Triggers the sub-flow only once.
However, this can be reset when the monitored variable changes. -
Uses of VariableMonitor in adams.flow.transformer
Subinterfaces of VariableMonitor in adams.flow.transformer Modifier and Type Interface Description interface
FeatureGenerator<T>
General interface for feature generating actors.Classes in adams.flow.transformer that implement VariableMonitor Modifier and Type Class Description class
AbstractFilter
Ancestor for domain-specific filter transformers.class
BoofCVFeatureGenerator
Applies a BoofCV feature generator to the incoming image and outputs the generated features.class
BufferedImageFeatureGenerator
Applies an JAI flattener to the incoming image and outputs the generated features.class
ColorProvider
Outputs a color for each token passing through.
If the color provider implements adams.gui.visualization.core.ColorProviderWithNameSupport then the color associated with the incoming string token is forwarded.
The color provider can be reset using the specified variable.class
OpenCVFeatureGenerator
Applies a OpenCV feature generator to the incoming image and outputs the generated features.class
SpreadSheetFilter
Applies the specified spreadsheet filter to the data.class
SpreadSheetRowBuffer
Can act in two different ways:
1.class
TimeseriesFeatureGenerator
Applies a timeseries feature generator to the incoming timeseries and outputs the generated features.class
TimeseriesFilter
Filters data using the specified filter.class
WekaInstanceBuffer
Can act in two different ways:
1.class
WekaNearestNeighborSearch
Outputs the specified number of nearest neighbors for the incoming Weka Instance.
The data used for the nearest neighbor search is either obtained from storage.
-