|
bpmn++
A BPMN parser library, written in C++
|
The SequenceFlow class encapsulates the information and relationships associated with a sequence flow in a BPMN process. More...
The class provides access to the underlying XML::bpmn::tSequenceFlow element and the source and target node.
Definition at line 19 of file SequenceFlow.h.
#include <SequenceFlow.h>
Public Member Functions | |
| SequenceFlow (XML::bpmn::tSequenceFlow *sequenceFlow, Scope *scope) | |
Public Member Functions inherited from BPMN::BaseElement | |
| BaseElement (XML::bpmn::tBaseElement *element) | |
| Constructs a BaseElement object representing a BPMN element. | |
| template<typename T > | |
| T * | is () |
| Attempts to return the element in the specified type T. | |
| template<typename T > | |
| const T * | is () const |
| Attempts to return the element in the specified type T. | |
| template<typename T = XML::bpmn::tBaseElement> | |
| T * | get () |
| Casts the element to the specified type T. | |
| template<typename T = XML::bpmn::tBaseElement> | |
| const T * | get () const |
| Casts the element to the specified type T. | |
Public Member Functions inherited from BPMN::Element | |
| 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. | |
Public Attributes | |
| XML::bpmn::tSequenceFlow * | element |
| FlowNode * | source |
| Reference to the source node of the sequence flow. | |
| FlowNode * | target |
| Reference to the target node of the sequence flow. | |
Public Attributes inherited from BPMN::BaseElement | |
| XML::bpmn::tBaseElement * | element |
| std::string | id |
| Id of element. | |
| std::unique_ptr< ExtensionElements > | extensionElements |
Protected Member Functions | |
| FlowNode * | findNode (std::string &id, Scope *scope) |
| SequenceFlow::SequenceFlow | ( | XML::bpmn::tSequenceFlow * | sequenceFlow, |
| Scope * | scope | ||
| ) |
Definition at line 7 of file SequenceFlow.cpp.
Definition at line 16 of file SequenceFlow.cpp.
| XML::bpmn::tSequenceFlow* BPMN::SequenceFlow::element |
Definition at line 24 of file SequenceFlow.h.
| FlowNode* BPMN::SequenceFlow::source |
Definition at line 27 of file SequenceFlow.h.
| FlowNode* BPMN::SequenceFlow::target |
Definition at line 29 of file SequenceFlow.h.