A data file used/produced by a WorkflowTask in a Workflow.
More...
#include <DataFile.h>
|
std::string | id |
| File id/name.
|
|
double | size |
| File size in bytes.
|
|
A data file used/produced by a WorkflowTask in a Workflow.
◆ DataFile()
wrench::DataFile::DataFile |
( |
std::string |
id, |
|
|
double |
s |
|
) |
| |
|
protected |
Constructor.
- Parameters
-
name | the file id |
s | the file size |
◆ getID()
std::string wrench::DataFile::getID |
( |
| ) |
|
Get the file id.
- Returns
- the id
◆ getSize()
double wrench::DataFile::getSize |
( |
| ) |
|
Get the file size.
- Returns
- a size in bytes
The documentation for this class was generated from the following files: