bpmn++
A BPMN parser library, written in C++
Loading...
Searching...
No Matches
XML::bpmn::tInputOutputSpecification Class Reference

Detailed Description

Overview:

Members:

  • dataInput : tDataInput [0..*]
  • dataOutput : tDataOutput [0..*]
  • inputSet : tInputSet [1..*]
  • outputSet : tOutputSet [1..*]
  • documentation : tDocumentation [0..*] (from: tBaseElement)
  • extensionElements : tExtensionElements [0..1] (from: tBaseElement)
  • id : ID [0..1] (from: tBaseElement)

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

Definition at line 41 of file tInputOutputSpecification.h.

#include <tInputOutputSpecification.h>

Inheritance diagram for XML::bpmn::tInputOutputSpecification:

Public Attributes

std::vector< std::reference_wrapper< tDataInput > > dataInput
std::vector< std::reference_wrapper< tDataOutput > > dataOutput
std::vector< std::reference_wrapper< tInputSet > > inputSet
std::vector< std::reference_wrapper< tOutputSet > > outputSet
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::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

 tInputOutputSpecification (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)

Friends

class tActivity
class tCallableElement
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, typename Self>
auto * is (this Self &&self)
 Returns a pointer of type T of the object, const-qualified to match the receiver.
template<typename T, typename Self>
auto * get (this Self &&self)
 Attempt to cast the current instance to the specified type T.
template<typename T, typename Self>
auto find (this Self &&self)
 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 formatted string representing the XMLObject including its children.
template<typename T, typename Self>
auto & getRequiredChild (this Self &&self)
 Get a required child of type T.
template<typename T, typename Self>
auto getOptionalChild (this Self &&self)
 Get an optional child of type T.
template<typename T, typename Self>
auto getChildren (this Self &&self)
 Get all children of type T.
template<typename Self>
auto & getRequiredChildByName (this Self &&self, const ElementName &name)
 Get a required child with the specified element name.
template<typename Self>
auto getOptionalChildByName (this Self &&self, const ElementName &name)
 Get the optional child with the specified element name.
template<typename Self>
auto getChildrenByName (this Self &&self, const ElementName &name)
 Get all children with the specified element name.
template<typename Self>
auto & getRequiredAttributeByName (this Self &&self, const AttributeName &name)
 Get a required attribute with the specified attribute name.
template<typename Self>
auto getOptionalAttributeByName (this Self &&self, const AttributeName &name)
 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 Protected Member Functions inherited from XML::XMLObject
static XMLObjectcreateObject (const xercesc::DOMElement *element)
Static Protected Attributes inherited from XML::XMLObject
static Factory factory

Constructor & Destructor Documentation

◆ tInputOutputSpecification()

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

Definition at line 6 of file tInputOutputSpecification.cpp.

◆ tActivity

friend class tActivity
friend

Definition at line 52 of file tInputOutputSpecification.h.

◆ tCallableElement

friend class tCallableElement
friend

Definition at line 53 of file tInputOutputSpecification.h.

◆ XML::createInstance

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

Member Data Documentation

◆ dataInput

std::vector< std::reference_wrapper<tDataInput> > XML::bpmn::tInputOutputSpecification::dataInput

Definition at line 60 of file tInputOutputSpecification.h.

◆ dataOutput

std::vector< std::reference_wrapper<tDataOutput> > XML::bpmn::tInputOutputSpecification::dataOutput

Definition at line 61 of file tInputOutputSpecification.h.

◆ defaults

const Attributes XML::bpmn::tInputOutputSpecification::defaults
inlinestatic
Initial value:
= {
}

Definition at line 57 of file tInputOutputSpecification.h.

◆ inputSet

std::vector< std::reference_wrapper<tInputSet> > XML::bpmn::tInputOutputSpecification::inputSet

Definition at line 62 of file tInputOutputSpecification.h.

◆ outputSet

std::vector< std::reference_wrapper<tOutputSet> > XML::bpmn::tInputOutputSpecification::outputSet

Definition at line 63 of file tInputOutputSpecification.h.


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