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

Represents an event causing the engine to terminate. More...

Detailed Description

Definition at line 12 of file TerminationEvent.h.

#include <TerminationEvent.h>

Inheritance diagram for BPMNOS::Execution::TerminationEvent:

Public Member Functions

 TerminationEvent ()
 
void processBy (Engine *engine) const override
 
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

◆ TerminationEvent()

TerminationEvent::TerminationEvent ( )

Definition at line 6 of file TerminationEvent.cpp.

Member Function Documentation

◆ jsonify()

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

Implements BPMNOS::Execution::Event.

Definition at line 15 of file TerminationEvent.cpp.

◆ processBy()

void TerminationEvent::processBy ( Engine * engine) const
overridevirtual

Implements BPMNOS::Execution::Event.

Definition at line 11 of file TerminationEvent.cpp.


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