wrench::SimulationTimestampTask

class wrench::SimulationTimestampTask : public wrench::SimulationTimestampPair

A base class for simulation timestamps regarding workflow tasks.

Subclassed by wrench::SimulationTimestampTaskCompletion, wrench::SimulationTimestampTaskFailure, wrench::SimulationTimestampTaskStart, wrench::SimulationTimestampTaskTermination

Public Functions

virtual SimulationTimestampTask *getEndpoint() override

retrieves the corresponding SimulationTimestampTask object

Returns

a pointer to the start or end SimulationTimestampTask object

std::shared_ptr<WorkflowTask> getTask()

Retrieves the WorkflowTask associated with this timestamp.

Returns

a pointer to the WorkflowTask associated with this timestamp