WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | List of all members
wrench::StaticOptimization Class Referenceabstract

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

Detailed Description

An abstract class that serves as a base class for implementing static (i.e., before workflow execution) optimizations to be used by a WMS.

Member Function Documentation

◆ process()

virtual void wrench::StaticOptimization::process ( Workflow workflow)
pure virtual

Method to pre-process a workflow so as to optimize its execution (to be overridden)

Parameters
workflowthe workflow

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