WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
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... | |
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.
|
pure virtual |
Method to process (i.e., modify the structure of) a workflow at runtime so as to optimize its execution (to be overridden)
workflow | the workflow |