ProductionEnvironment¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment
Definition¶
Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
Examples¶
Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.
Diagram
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
|---|---|---|---|---|---|
identifier |
- own class - |
Identifier for objects requiring short- or long-lasting referencing and management. |
0..1 |
Associations
Direction |
Association |
Description |
Multiplicity of ProductionEnvironment |
Package of Other Class |
Other Class |
Multiplicity of other class |
Aggregation Kind |
Inherited from |
|---|---|---|---|---|---|---|---|---|
to |
ProcessingAgent operatesOn ProductionEnvironment |
1..* |
- own package - |
0..* |
none |
- own class - |
Syntax representations / encodings
All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.
Fragment for the class ProductionEnvironment (entire model as XMI)
1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
2 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
3 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
4 xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment"/>
11 <body>Definition
12============
13Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
14
15Examples
16==========
17Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.</body>
18 </ownedComment>
19 <name>ProductionEnvironment</name>
20 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier"
21 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier"
22 xmi:type="uml:Property">
23 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier-ownedComment"
24 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier-ownedComment"
25 xmi:type="uml:Comment">
26 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier"/>
27 <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
28 </ownedComment>
29 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier-lowerValue"
30 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier-lowerValue"
31 xmi:type="uml:LiteralInteger"/>
32 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-ProductionEnvironment-identifier-upperValue"
33 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#ProductionEnvironment-identifier-upperValue"
34 xmi:type="uml:LiteralUnlimitedNatural">
35 <value>1</value>
36 </upperValue>
37 <name>identifier</name>
38 <isID>true</isID>
39 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
40 </ownedAttribute>
41</packagedElement>
Fragment for the class ProductionEnvironment (entire XML Schema)
1<xs:element name="ProductionEnvironment"
2 type="ProductionEnvironmentXsdType"
3 xml:id="ProductionEnvironment">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
9
10 Examples
11 ==========
12 Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.</xs:documentation>
13 </xs:annotation>
14</xs:element>
15<xs:complexType name="ProductionEnvironmentXsdType"
16 xml:id="ProductionEnvironmentXsdType">
17 <xs:annotation>
18 <xs:documentation>Definition
19 ============
20 Production environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent.
21
22 Examples
23 ==========
24 Data processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes.</xs:documentation>
25 </xs:annotation>
26 <xs:sequence>
27 <xs:element name="identifier"
28 type="IdentifierXsdType"
29 minOccurs="0"
30 maxOccurs="1"
31 xml:id="ProductionEnvironment-identifier">
32 <xs:annotation>
33 <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
34 </xs:annotation>
35 </xs:element>
36 </xs:sequence>
37</xs:complexType>
Fragment for the class ProductionEnvironment (main ontology)
1# class ProductionEnvironment
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment
3cdi:ProductionEnvironment
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "ProductionEnvironment";
6 rdfs:comment "Definition \n============ \nProduction environments consume and produce information objects by way of processing pipelines orchestrated by the processing agent. \n\nExamples \n========== \nData processing platforms and data analysis platforms are types of production environments. Each of these platforms may have subtypes."@en;
7
8.
9
10cdi:ProductionEnvironment-identifier
11 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
12 rdfs:label "identifier";
13 rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
14 rdfs:domain cdi:ProductionEnvironment;
15 rdfs:range cdi:Identifier;
16.
Fragment for the class ProductionEnvironment (main JSON-LD)
1{
2 "@context": [
3 {
4 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
5 "xsd": "http://www.w3.org/2001/XMLSchema#",
6 "ProductionEnvironment": "cdi:ProductionEnvironment",
7 "identifier": {
8 "@id": "cdi:ProductionEnvironment-identifier",
9 "@type": "@id",
10 "@context": "Identifier.jsonld"
11 },
12
13 "operatesOn_OF_ProcessingAgent": {
14 "@reverse": "cdi:ProcessingAgent_operatesOn_ProductionEnvironment",
15 "@type": "@id" },
16 " comment ": "tag:json-should-support-trailing-commas"
17 }
18 ],
19 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2023-12-12 16:04:53.",
20 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Process::ProductionEnvironment"
21}