Changes for page 12 Process

Last modified by Artur on 2025/09/10 11:19

From version 8.1
edited by Artur
on 2025/05/27 15:50
Change comment: There is no comment for this version
To version 2.2
edited by Helena
on 2025/05/19 23:53
Change comment: Changed document title to [12 Process].

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -Methodology.SDMX 2\.1 Standards\. Section 2\. Information model\: UML conceptual design.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.arturkryazhev
1 +xwiki:XWiki.helena
Content
... ... @@ -1,17 +1,13 @@
1 -{{box title="**Contents**"}}
2 -{{toc/}}
3 -{{/box}}
1 += {{id name="_Toc371075"/}}12 Process =
4 4  
5 5  == {{id name="_Toc371076"/}}12.1 Introduction ==
6 6  
7 -In any system that processes data and [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] the system itself is a series of processes and in each of these processes the data or [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]] may undergo a series of transitions. This is particularly true of its path from raw data to published data and [[reference metadata>>doc:sdmx:Glossary.Reference metadata.WebHome]]. The process model presented here is a generic model that can capture key information about these stages in both a textual way and also in a more formalised way by linking to specific identifiable objects, and by identifying software [[components>>doc:sdmx:Glossary.Component.WebHome]] that are used.
5 +In any system that processes data and reference metadata the system itself is a series of processes and in each of these processes the data or reference metadata may undergo a series of transitions. This is particularly true of its path from raw data to published data and reference metadata. The process model presented here is a generic model that can capture key information about these stages in both a textual way and also in a more formalised way by linking to specific identifiable objects, and by identifying software components that are used.
8 8  
9 9  == {{id name="_Toc371077"/}}12.2 Model – Inheritance and Relationship view ==
10 10  
11 11  === {{id name="_Toc371078"/}}12.2.1 Class Diagram ===
12 12  
13 -[[image:1747911651364-693.png]]
14 -
15 15  **Figure 43: Inheritance and Relationship class diagram of Process and Transitions**
16 16  
17 17  === {{id name="_Toc371079"/}}12.2.2 Explanation of the Diagram ===
... ... @@ -24,34 +24,33 @@
24 24  
25 25  ==== 12.2.2.2 Definitions ====
26 26  
27 -(% style="width:1012.29px" %)
28 -|**Class**|(% style="width:281px" %)**Feature**|(% style="width:576px" %)**Description**
29 -|+Process|(% style="width:281px" %)(((
23 +|**Class**|**Feature**|**Description**
24 +|+Process|(((
30 30  Inherits from
31 31  
32 32  //Maintainable//
33 -)))|(% style="width:576px" %)A scheme which defines or documents the operations performed on data or metadata in order to validate data or metadata to derive new information according to a given set of rules.
34 -| |(% style="width:281px" %)+step|(% style="width:576px" %)Associates the Process Steps.
35 -|ProcessStep|(% style="width:281px" %)(((
28 +)))|A scheme which defines or documents the operations performed on data or metadata in order to validate data or metadata to derive new information according to a given set of rules.
29 +||+step|Associates the Process Steps.
30 +|ProcessStep|(((
36 36  Inherits from
37 -//IdentifiableArtefact //
38 -)))|(% style="width:576px" %)A specific operation, performed on data or metadata in order to validate or to derive new information according to a given set of rules.
39 -| |(% style="width:281px" %)+input|(% style="width:576px" %)Association to the Process [[Artefact>>doc:sdmx:Glossary.Artefact.WebHome]] that identifies the objects which are input to the Process Step.
40 -| |(% style="width:281px" %)+output|(% style="width:576px" %)Association to the Process [[Artefact>>doc:sdmx:Glossary.Artefact.WebHome]] that identifies the objects which are output from the Process Step.
41 -| |(% style="width:281px" %)+child|(% style="width:576px" %)Association to child Processes that combine to form a part of this Process.
42 -| |(% style="width:281px" %)+computation|(% style="width:576px" %)Association to one or more Computations.
43 -| |(% style="width:281px" %)+transition|(% style="width:576px" %)Association to one or more Transitions.
44 -|Computation|(% style="width:281px" %) |(% style="width:576px" %)Describes in textual form the computations involved in the process.
45 -| |(% style="width:281px" %)localId|(% style="width:576px" %)Distinguishes between Computations in the same Process.
46 -| |(% style="width:281px" %)softwarePackage
47 -softwareLanguage
48 -softwareVersion|(% style="width:576px" %)Information about the software that is used to perform the computation.
49 -| |(% style="width:281px" %)+description|(% style="width:576px" %)Text describing or giving additional information about the computation. This can be in multiple language variants.
50 -|Transition|(% style="width:281px" %)(((
32 +
33 +//IdentifiableArtefact    //
34 +)))|A specific operation, performed on data or metadata in order to validate or to derive new information according to a given set of rules.
35 +||+input|Association to the Process Artefact that identifies the objects which are input to the Process Step.
36 +||+output|Association to the Process Artefact that identifies the objects which are output from the Process Step.
37 +||+child|Association to child Processes that combine to form a part of this Process.
38 +||+computation|Association to one or more Computations.
39 +||+transition|Association to one or more Transitions.
40 +|Computation||Describes in textual form the computations involved in the process.
41 +||localId|Distinguishes between Computations in the same Process.
42 +||softwarePackage softwareLanguage softwareVersion|Information about the software that is used to perform the computation.
43 +||+description|Text describing or giving additional information about the computation. This can be in multiple language variants.
44 +|Transition|(((
51 51  Inherits from
52 -//IdentifiableArtefact//
53 -)))|(% style="width:576px" %)An expression in a textual or formalised way of the transformation of data between two specific operations (Processes) performed on the data.
54 -| |(% style="width:281px" %)+target|(% style="width:576px" %)Associates the Process Step that is the target of the Transition.
55 -| |(% style="width:281px" %)+condition|(% style="width:576px" %)Associates a textual description of the Transition.
56 -|ProcessArtefact|(% style="width:281px" %) |(% style="width:576px" %)Identification of an object that is an input to or an output from a Process Step.
57 -| |(% style="width:281px" %)+artefact|(% style="width:576px" %)Association to an [[Identifiable Artefact>>doc:sdmx:Glossary.Identifiable artefact.WebHome]] that is the input to or the output from the Process Step.
46 +
47 +//IdentifiableArtefact    //
48 +)))|An expression in a textual or formalised way of the transformation of data between two specific operations (Processes) performed on the data.
49 +||+target|Associates the Process Step that is the target of the Transition.
50 +||+condition|Associates a textual description of the Transition.
51 +|ProcessArtefact||Identification of an object that is an input to or an output from a Process Step.
52 +||+artefact|Association to an Identifiable Artefact that is the input to or the output from the Process Step.
1747911651364-693.png
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.helena
Size
... ... @@ -1,1 +1,0 @@
1 -39.5 KB
Content
SUZ.Methodology.Code.MethodologyClass[0]
index
... ... @@ -1,1 +1,0 @@
1 -13