|
fosanalysis
A framework to evaluate distributed fiber optic sensor data
|
This intermediate class indicates, that a sub-class is implementing a workflow. 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 workflow.
Workflow objects implement the order of working steps to solve complex problems. The individual working steps are dealt with by Task objects. (A Workflow object can serve as a Task object itself in a larger Workflow.)
| fosanalysis.utils.base.Workflow.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs ) |