|
fosanalysis
A framework to evaluate distributed fiber optic sensor data
|
This intermediate class indicates, that a sub-class is implementing a task. More...
Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
Public Member Functions inherited from fosanalysis.utils.base.Base | |
| __init__ (self, *args, **kwargs) | |
| Construct the object and warn about unused/unknown arguments. | |
This intermediate class indicates, that a sub-class is implementing a task.
A task object implements an algorithm to solve specific problem. Alternative solution approaches/algorithms, solve the same problem in a different way. But task objects for the same problem share the same interface. Hence, they are interchangable and enable fine-grained configurability. Complex algorithms are composed of several Task objects in Workflow objects.
| fosanalysis.utils.base.Task.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |