1#ifndef BPMN_SequenceFlow_H
2#define BPMN_SequenceFlow_H
Base class for all core BPMN elements.
Base class for BPMN elements that may contain incoming and outgoing sequence flows.
Base class for BPMN elements that may contain a ChildNode elements.
The SequenceFlow class encapsulates the information and relationships associated with a sequence flow...
FlowNode * target
Reference to the target node of the sequence flow.
FlowNode * findNode(std::string &id, Scope *scope)
XML::bpmn::tSequenceFlow * element
FlowNode * source
Reference to the source node of the sequence flow.
The BPMN namespace contains linked classes representing a BPMN model.