fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
fosanalysis.utils.base.Workflow Class Reference

This intermediate class indicates, that a sub-class is implementing a workflow. More...

Inheritance diagram for fosanalysis.utils.base.Workflow:

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.
 

Detailed Description

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.)

Definition at line 38 of file base.py.

Constructor & Destructor Documentation

◆ __init__()

fosanalysis.utils.base.Workflow.__init__ ( self,
* args,
** kwargs )

Definition at line 46 of file base.py.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: