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 static (i.e., before workflow execution) optimizations to be used by a WMS. More...
#include <StaticOptimization.h>
Public Member Functions | |
virtual void | process (Workflow *workflow)=0 |
Method to pre-process a workflow so as to optimize its execution (to be overridden) More... | |
An abstract class that serves as a base class for implementing static (i.e., before workflow execution) optimizations to be used by a WMS.
|
pure virtual |
Method to pre-process a workflow so as to optimize its execution (to be overridden)
workflow | the workflow |