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 class
AbstractCallableActorPropertyUpdater
Abstract 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 class
SetProperty
Deprecated. -
Uses of AbstractPropertyUpdater in adams.flow.transformer
Subclasses of AbstractPropertyUpdater in adams.flow.transformer Modifier and Type Class Description class
SetProperty
Sets 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.class
UpdateProperty
Updates the property of the object passing through with the specified value.
-