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 classCountCounts the number of tokens that pass through and meet the condition and tees off the current count every n-th token.classOnceTees off a token only once to its sub-actors.
However, this can be reset when the monitored variable changes.classSinkResetResets all sub-actors in case the monitored variable changed since the last execution.classSourceResetResets all sub-actors in case the monitored variable changed since the last execution.classTransformerResetResets all sub-actors in case the monitored variable changed since the last execution.classTriggerOnceTriggers 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 interfaceFeatureGenerator<T>General interface for feature generating actors.Classes in adams.flow.transformer that implement VariableMonitor Modifier and Type Class Description classAbstractFilterAncestor for domain-specific filter transformers.classBoofCVFeatureGeneratorApplies a BoofCV feature generator to the incoming image and outputs the generated features.classBufferedImageFeatureGeneratorApplies an JAI flattener to the incoming image and outputs the generated features.classColorProviderOutputs 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.classOpenCVFeatureGeneratorApplies a OpenCV feature generator to the incoming image and outputs the generated features.classSpreadSheetFilterApplies the specified spreadsheet filter to the data.classSpreadSheetRowBufferCan act in two different ways:
1.classTimeseriesFeatureGeneratorApplies a timeseries feature generator to the incoming timeseries and outputs the generated features.classTimeseriesFilterFilters data using the specified filter.classWekaInstanceBufferCan act in two different ways:
1.classWekaNearestNeighborSearchOutputs the specified number of nearest neighbors for the incoming Weka Instance.
The data used for the nearest neighbor search is either obtained from storage.
-