Class holding extension elements representing the definition of signal events.
More...
Definition at line 17 of file Signal.h.
#include <Signal.h>
|
| | Signal (XML::bpmn::tBaseElement *baseElement, BPMN::Scope *parent) |
| |
| | 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.
|
| |
◆ Signal()
◆ attributeRegistry
◆ contentMap
◆ name
◆ parent
◆ updatedData
| std::vector<const Attribute*> BPMNOS::Model::Signal::updatedData |
The documentation for this class was generated from the following files: