BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
BPMNOS::Execution::TimerEvent Struct Reference

Represents the event that a timer is triggered. More...

Detailed Description

Transition from State::BUSY to State::COMPLETED

Definition at line 15 of file TimerEvent.h.

#include <TimerEvent.h>

Inheritance diagram for BPMNOS::Execution::TimerEvent:

Public Member Functions

 TimerEvent (const Token *token)
 
void processBy (Engine *engine) const
 
nlohmann::ordered_json jsonify () const override
 
- Public Member Functions inherited from BPMNOS::Execution::Event
constexpr Type getObservableType () const override
 
 Event (const Token *token)
 
virtual ~Event ()=default
 
template<typename T >
const T * is () const
 Returns a pointer of type T of the Event.
 
- Public Member Functions inherited from BPMNOS::Execution::Observable
 ~Observable ()
 

Additional Inherited Members

- Public Types inherited from BPMNOS::Execution::Observable
enum class  Type {
  Token , Message , SequentialPerformerUpdate , Event ,
  DataUpdate , EntryRequest , ChoiceRequest , ExitRequest ,
  MessageDeliveryRequest , Count
}
 
- Public Attributes inherited from BPMNOS::Execution::Event
const Tokentoken
 

Constructor & Destructor Documentation

◆ TimerEvent()

TimerEvent::TimerEvent ( const Token * token)

Definition at line 6 of file TimerEvent.cpp.

Member Function Documentation

◆ jsonify()

nlohmann::ordered_json TimerEvent::jsonify ( ) const
overridevirtual

Implements BPMNOS::Execution::Event.

Definition at line 15 of file TimerEvent.cpp.

◆ processBy()

void TimerEvent::processBy ( Engine * engine) const
virtual

Implements BPMNOS::Execution::Event.

Definition at line 11 of file TimerEvent.cpp.


The documentation for this struct was generated from the following files: