BPMN-OS
BPMN for optimization and simulation
Loading...
Searching...
No Matches
XML::bpmn::tMultiInstanceLoopCharacteristics Class Reference

Detailed Description

Overview:

Members:

  • loopCardinality : tExpression [0..1]
  • loopDataInputRef : QName [0..1]
  • loopDataOutputRef : QName [0..1]
  • inputDataItem : tDataInput [0..1]
  • outputDataItem : tDataOutput [0..1]
  • complexBehaviorDefinition : tComplexBehaviorDefinition [0..*]
  • completionCondition : tExpression [0..1]
  • isSequential : boolean [0..1]
  • behavior : tMultiInstanceFlowCondition [0..1]
  • oneBehaviorEventRef : QName [0..1]
  • noneBehaviorEventRef : QName [0..1]
  • documentation : tDocumentation [0..*] (from: tBaseElement)
  • extensionElements : tExtensionElements [0..1] (from: tBaseElement)
  • id : ID [0..1] (from: tBaseElement)

Automatically generated by schematic++ v0.4.0 (https://github.com/rajgoel/schematicpp)

Definition at line 6784 of file bpmn++.h.

#include <bpmn++.h>

Inheritance diagram for XML::bpmn::tMultiInstanceLoopCharacteristics:

Public Attributes

std::optional< std::reference_wrapper< tExpression > > loopCardinality
 
std::optional< std::reference_wrapper< XMLObject > > loopDataInputRef
 
std::optional< std::reference_wrapper< XMLObject > > loopDataOutputRef
 
std::optional< std::reference_wrapper< tDataInput > > inputDataItem
 
std::optional< std::reference_wrapper< tDataOutput > > outputDataItem
 
std::vector< std::reference_wrapper< tComplexBehaviorDefinition > > complexBehaviorDefinition
 
std::optional< std::reference_wrapper< tExpression > > completionCondition
 
std::optional< std::reference_wrapper< Attribute > > isSequential
 Attribute value can be expected to be of type 'bool'.
 
std::optional< std::reference_wrapper< Attribute > > behavior
 Attribute value can be expected to be of type 'std::string'.
 
std::optional< std::reference_wrapper< Attribute > > oneBehaviorEventRef
 Attribute value can be expected to be of type 'std::string'.
 
std::optional< std::reference_wrapper< Attribute > > noneBehaviorEventRef
 Attribute value can be expected to be of type 'std::string'.
 
- Public Attributes inherited from XML::bpmn::tBaseElement
std::vector< std::reference_wrapper< tDocumentation > > documentation
 
std::optional< std::reference_wrapper< tExtensionElements > > extensionElements
 
std::optional< std::reference_wrapper< Attribute > > id
 Attribute value can be expected to be of type 'std::string'.
 
- Public Attributes inherited from XML::XMLObject
Namespace xmlns
 
const ClassName className
 
Namespace prefix
 
ElementName elementName
 
TextContent textContent
 Textual content of XML element without children.
 
Children children
 Child nodes of the XML element.
 
Attributes attributes
 

Static Public Attributes

static const Attributes defaults
 default attributes to be used if they are not explicitly provided
 
- Static Public Attributes inherited from XML::bpmn::tLoopCharacteristics
static const Attributes defaults
 default attributes to be used if they are not explicitly provided
 
- Static Public Attributes inherited from XML::bpmn::tBaseElement
static const Attributes defaults
 default attributes to be used if they are not explicitly provided
 
- Static Public Attributes inherited from XML::XMLObject
static const Attributes defaults = {}
 Attributes of the XML element.
 

Protected Member Functions

 tMultiInstanceLoopCharacteristics (const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
 
- Protected Member Functions inherited from XML::bpmn::tLoopCharacteristics
 tLoopCharacteristics (const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
 
- Protected Member Functions inherited from XML::bpmn::tBaseElement
 tBaseElement (const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
 
- Protected Member Functions inherited from XML::XMLObject
 XMLObject (const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
 
 XMLObject (const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element, const Attributes &defaultAttributes)
 

Friends

template<typename T >
XMLObjectXML::createInstance (const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element)
 

Additional Inherited Members

- Public Member Functions inherited from XML::XMLObject
virtual ~XMLObject ()
 
template<typename T >
T * is ()
 Returns a pointer of type T of the object.
 
template<typename T >
const T * is () const
 
template<typename T >
T * get ()
 Attempt to cast the current instance to the specified type T.
 
template<typename T >
const T * get () const
 Attempt to cast the current instance to the specified type T.
 
template<typename T >
std::vector< std::reference_wrapper< T > > find ()
 Find all descendants of type T.
 
template<typename T >
std::vector< std::reference_wrapper< const T > > find () const
 Find all descendants of type T.
 
std::string stringify () const
 Convert the XMLObject and its children to a string representation.
 
std::string format (std::string indentation="\t", unsigned int depth=0) const
 Creates formated string representing the XMLObject including its children.
 
template<typename T >
T & getRequiredChild ()
 Get a required child of type T.
 
template<typename T >
std::optional< std::reference_wrapper< T > > getOptionalChild ()
 Get an optional child of type T.
 
template<typename T >
std::vector< std::reference_wrapper< T > > getChildren ()
 Get all children of type T.
 
XMLObjectgetRequiredChildByName (const ElementName &elementName)
 Get a required child with the specified element name.
 
std::optional< std::reference_wrapper< XMLObject > > getOptionalChildByName (const ElementName &elementName)
 Get the optional child with the specified element name.
 
std::vector< std::reference_wrapper< XMLObject > > getChildrenByName (const ElementName &elementName)
 Get all children with the specified element name.
 
AttributegetRequiredAttributeByName (const AttributeName &attributeName)
 Get a required attribute with the specified attribute name.
 
std::optional< std::reference_wrapper< Attribute > > getOptionalAttributeByName (const AttributeName &attributeName)
 Get an optional attribute with the specified attribute name.
 
virtual ~XMLObject ()
 
template<typename T >
T * is ()
 Returns a pointer of type T of the object.
 
template<typename T >
const T * is () const
 
template<typename T >
T * get ()
 Attempt to cast the current instance to the specified type T.
 
template<typename T >
const T * get () const
 Attempt to cast the current instance to the specified type T.
 
template<typename T >
std::vector< std::reference_wrapper< T > > find ()
 Find all descendants of type T.
 
template<typename T >
std::vector< std::reference_wrapper< const T > > find () const
 Find all descendants of type T.
 
std::string stringify () const
 Convert the XMLObject and its children to a string representation.
 
std::string format (std::string indentation="\t", unsigned int depth=0) const
 Creates formated string representing the XMLObject including its children.
 
template<typename T >
T & getRequiredChild ()
 Get a required child of type T.
 
template<typename T >
std::optional< std::reference_wrapper< T > > getOptionalChild ()
 Get an optional child of type T.
 
template<typename T >
std::vector< std::reference_wrapper< T > > getChildren ()
 Get all children of type T.
 
XMLObjectgetRequiredChildByName (const ElementName &elementName)
 Get a required child with the specified element name.
 
std::optional< std::reference_wrapper< XMLObject > > getOptionalChildByName (const ElementName &elementName)
 Get the optional child with the specified element name.
 
std::vector< std::reference_wrapper< XMLObject > > getChildrenByName (const ElementName &elementName)
 Get all children with the specified element name.
 
AttributegetRequiredAttributeByName (const AttributeName &attributeName)
 Get a required attribute with the specified attribute name.
 
std::optional< std::reference_wrapper< Attribute > > getOptionalAttributeByName (const AttributeName &attributeName)
 Get an optional attribute with the specified attribute name.
 
- Static Public Member Functions inherited from XML::XMLObject
static XMLObjectcreateFromStream (std::istream &xmlStream)
 Create an XMLObject from the input stream.
 
static XMLObjectcreateFromString (const std::string &xmlString)
 Create an XMLObject from a string representation of XML.
 
static XMLObjectcreateFromFile (const std::string &filename)
 Create an XMLObject from an XML file.
 
static XMLObjectcreateFromStream (std::istream &xmlStream)
 Create an XMLObject from the input stream.
 
static XMLObjectcreateFromString (const std::string &xmlString)
 Create an XMLObject from a string representation of XML.
 
static XMLObjectcreateFromFile (const std::string &filename)
 Create an XMLObject from an XML file.
 
- Static Protected Member Functions inherited from XML::XMLObject
static XMLObjectcreateObject (const xercesc::DOMElement *element)
 
static XMLObjectcreateObject (const xercesc::DOMElement *element)
 
- Static Protected Attributes inherited from XML::XMLObject
static Factory factory
 

Constructor & Destructor Documentation

◆ tMultiInstanceLoopCharacteristics()

XML::bpmn::tMultiInstanceLoopCharacteristics::tMultiInstanceLoopCharacteristics ( const Namespace & xmlns,
const ClassName & className,
const xercesc::DOMElement * element,
const Attributes & defaultAttributes )
protected

Friends And Related Symbol Documentation

◆ XML::createInstance

template<typename T >
XMLObject * XML::createInstance ( const Namespace & xmlns,
const ClassName & className,
const xercesc::DOMElement * element )
friend

Member Data Documentation

◆ behavior

std::optional< std::reference_wrapper<Attribute> > XML::bpmn::tMultiInstanceLoopCharacteristics::behavior

Definition at line 6810 of file bpmn++.h.

◆ completionCondition

std::optional< std::reference_wrapper<tExpression> > XML::bpmn::tMultiInstanceLoopCharacteristics::completionCondition

Definition at line 6808 of file bpmn++.h.

◆ complexBehaviorDefinition

std::vector< std::reference_wrapper<tComplexBehaviorDefinition> > XML::bpmn::tMultiInstanceLoopCharacteristics::complexBehaviorDefinition

Definition at line 6807 of file bpmn++.h.

◆ defaults

const Attributes XML::bpmn::tMultiInstanceLoopCharacteristics::defaults
inlinestatic
Initial value:
= {
{ .xmlns = "http://www.omg.org/spec/BPMN/20100524/MODEL", .prefix = "" , .name = "isSequential", .value = Value(std::string("false"))},
{ .xmlns = "http://www.omg.org/spec/BPMN/20100524/MODEL", .prefix = "" , .name = "behavior", .value = Value(std::string("All"))}
}
A struct representing the value of an XML-node attribute.
Definition XMLObject.h:48

Definition at line 6797 of file bpmn++.h.

◆ inputDataItem

std::optional< std::reference_wrapper<tDataInput> > XML::bpmn::tMultiInstanceLoopCharacteristics::inputDataItem

Definition at line 6805 of file bpmn++.h.

◆ isSequential

std::optional< std::reference_wrapper<Attribute> > XML::bpmn::tMultiInstanceLoopCharacteristics::isSequential

Definition at line 6809 of file bpmn++.h.

◆ loopCardinality

std::optional< std::reference_wrapper<tExpression> > XML::bpmn::tMultiInstanceLoopCharacteristics::loopCardinality

Definition at line 6802 of file bpmn++.h.

◆ loopDataInputRef

std::optional< std::reference_wrapper<XMLObject> > XML::bpmn::tMultiInstanceLoopCharacteristics::loopDataInputRef

Definition at line 6803 of file bpmn++.h.

◆ loopDataOutputRef

std::optional< std::reference_wrapper<XMLObject> > XML::bpmn::tMultiInstanceLoopCharacteristics::loopDataOutputRef

Definition at line 6804 of file bpmn++.h.

◆ noneBehaviorEventRef

std::optional< std::reference_wrapper<Attribute> > XML::bpmn::tMultiInstanceLoopCharacteristics::noneBehaviorEventRef

Definition at line 6812 of file bpmn++.h.

◆ oneBehaviorEventRef

std::optional< std::reference_wrapper<Attribute> > XML::bpmn::tMultiInstanceLoopCharacteristics::oneBehaviorEventRef

Definition at line 6811 of file bpmn++.h.

◆ outputDataItem

std::optional< std::reference_wrapper<tDataOutput> > XML::bpmn::tMultiInstanceLoopCharacteristics::outputDataItem

Definition at line 6806 of file bpmn++.h.


The documentation for this class was generated from the following file: