Uses of Class
adams.flow.core.AbstractPropertyUpdater
-
Packages that use AbstractPropertyUpdater Package Description adams.flow.core adams.flow.standalone adams.flow.transformer -
-
Uses of AbstractPropertyUpdater in adams.flow.core
Subclasses of AbstractPropertyUpdater in adams.flow.core Modifier and Type Class Description classAbstractCallableActorPropertyUpdaterAbstract ancestor for actors that manipulate properties of callable actors, e.g., WEKA classes. -
Uses of AbstractPropertyUpdater in adams.flow.standalone
Subclasses of AbstractPropertyUpdater in adams.flow.standalone Modifier and Type Class Description classSetPropertyDeprecated. -
Uses of AbstractPropertyUpdater in adams.flow.transformer
Subclasses of AbstractPropertyUpdater in adams.flow.transformer Modifier and Type Class Description classSetPropertySets the property of a callable actor whenever a token passes through.
Note: this actor just sets the value, but performs no re-initialization or similar of the modified object.
The transformer just forwards tokens that it receives after the property has been set.classUpdatePropertyUpdates the property of the object passing through with the specified value.
-