Class holding extension elements representing the trigger of timer events.
More...
Definition at line 16 of file Timer.h.
#include <Timer.h>
|
| | Timer (XML::bpmn::tBaseElement *baseElement, BPMN::Scope *parent) |
| |
| template<typename DataType > |
| BPMNOS::number | earliest (const BPMNOS::Values &status, const DataType &data, const BPMNOS::Values &globals) const |
| |
| | ExtensionElements (XML::bpmn::tBaseElement *element) |
| |
| template<class C , class T > |
| std::vector< std::reference_wrapper< T > > | get () |
| | Returns a vector of elements of type T embedded within a container of type T.
|
| |
| template<class C , class T > |
| std::vector< std::reference_wrapper< const T > > | get () const |
| | Returns a vector of elements of type T embedded within a container of type T.
|
| |
| virtual | ~Element ()=default |
| |
| template<typename T > |
| T * | represents () |
| | Attempts to cast the element to the specified type T.
|
| |
| template<typename T > |
| const T * | represents () const |
| | Attempts to cast the element to the specified type T.
|
| |
| template<typename T > |
| T * | as () |
| | Casts the element to the specified type T.
|
| |
| template<typename T > |
| const T * | as () const |
| | Casts the element to the specified type T.
|
| |
◆ Timer()
◆ earliest()
template<typename DataType >
◆ attributeRegistry
◆ parent
◆ trigger
The documentation for this class was generated from the following files:
- model/bpmnos/src/extensionElements/Timer.h
- model/bpmnos/src/extensionElements/Timer.cpp