10 #ifndef WRENCH_PEGASUSWORKFLOWPARSER_H
11 #define WRENCH_PEGASUSWORKFLOWPARSER_H
49 static Workflow *
createWorkflowFromDAX(
const std::string &filename,
const std::string &reference_flop_rate,
bool redundant_dependencies =
false);
102 #endif //WRENCH_PEGASUSWORKFLOWPARSER_H
static Workflow * createExecutableWorkflowFromJSON(const std::string &filename, const std::string &reference_flop_rate, bool redundant_dependencies=false)
Create an NON-abstract workflow based on a JSON file.
A workflow (to be executed by a WMS)
Definition: Workflow.h:34
A class that implement methods to read workflow files provided by the Pegasus project.
Definition: PegasusWorkflowParser.h:23
static Workflow * createWorkflowFromDAX(const std::string &filename, const std::string &reference_flop_rate, bool redundant_dependencies=false)
Create an abstract workflow based on a DAX file.
static Workflow * createWorkflowFromJSON(const std::string &filename, const std::string &reference_flop_rate, bool redundant_dependencies=false)
Create an abstract workflow based on a JSON file.