An abstract class that serves as a base class for implementing dynamic (i.e., at runtime) optimizations to be used by a WMS while executing a Workflow. More...
#include <DynamicOptimization.h>
Public Member Functions | |
virtual void | process (Workflow *workflow)=0 |
Method to process (i.e., modify the structure of) a workflow at runtime so as to optimize its execution (to be overridden) More... | |
Detailed Description
An abstract class that serves as a base class for implementing dynamic (i.e., at runtime) optimizations to be used by a WMS while executing a Workflow.
Member Function Documentation
◆ process()
|
pure virtual |
Method to process (i.e., modify the structure of) a workflow at runtime so as to optimize its execution (to be overridden)
- Parameters
-
workflow the workflow
The documentation for this class was generated from the following file: