A simulation timestamp class for WorkflowTask termination times. More...
#include <SimulationTimestampTypes.h>
Additional Inherited Members | |
Public Member Functions inherited from wrench::SimulationTimestampTask | |
SimulationTimestampTask * | getEndpoint () override |
retrieves the corresponding SimulationTimestampTask object More... | |
WorkflowTask * | getTask () |
Retrieves the WorkflowTask associated with this timestamp. More... | |
Public Member Functions inherited from wrench::SimulationTimestampType | |
SimulationTimestampType () | |
double | getDate () |
Retrieve the date recorded for this timestamp. More... | |
Protected Member Functions inherited from wrench::SimulationTimestampTask | |
SimulationTimestampTask (WorkflowTask *) | |
Constructor. More... | |
void | setEndpoints () |
Sets the endpoint of the calling object (SimulationTimestampTaskFailure, SimulationTimestampTaskTerminated, SimulationTimestampTaskStart) with a SimulationTimestampTaskStart object. | |
Protected Attributes inherited from wrench::SimulationTimestampPair | |
SimulationTimestampPair * | endpoint = nullptr |
An optional associated "endpoint" simulation timestamp. | |
Static Protected Attributes inherited from wrench::SimulationTimestampTask | |
static std::map< std::string, SimulationTimestampTask * > | pending_task_timestamps |
A static map of SimulationTimestampTaskStart objects that have yet to matched with SimulationTimestampTaskFailure, SimulationTimestampTaskTerminated, SimulationTimestampTaskCompletion timestamps. | |
Detailed Description
A simulation timestamp class for WorkflowTask termination times.
The documentation for this class was generated from the following files:
- SimulationTimestampTypes.h
- SimulationTimestampTypes.cpp