Changes for page 14 Process

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

From version 4.1
edited by Helena
on 2025/05/15 11:16
Change comment: There is no comment for this version
To version 6.2
edited by Helena
on 2025/05/19 13:49
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Methodology.SDMX STANDARDS\: SECTION 2\. INFORMATION MODEL\: UML CONCEPTUAL DESIGN Version 3\.0.WebHome
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  == 14.1 Introduction ==
6 6  
7 -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.
7 +In any system that processes data and [[reference metadata>>doc:xwiki:Glossary.Reference metadata.WebHome]] the system itself is a series of processes and in each of these processes the data or [[reference metadata>>doc:xwiki: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:xwiki: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:xwiki:Glossary.Component.WebHome]] that are used.
8 8  
9 9  === 14.2 Model – Inheritance and Relationship view ===
10 10  
... ... @@ -29,17 +29,15 @@
29 29  |**Class**|(% style="width:252px" %)**Feature**|(% style="width:490px" %)**Description**
30 30  |Process|(% style="width:252px" %)(((
31 31  Inherits from
32 -
33 33  Maintainable
34 34  )))|(% style="width:490px" %)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.
35 35  | |(% style="width:252px" %)+step|(% style="width:490px" %)Associates the Process Steps.
36 36  |ProcessStep|(% style="width:252px" %)(((
37 37  Inherits from
38 -
39 39  //IdentifiableArtefact//
40 40  )))|(% style="width:490px" %)A specific operation, performed on data or metadata in order to validate or to derive new information according to a given set of rules.
41 -| |(% style="width:252px" %)+input|(% style="width:490px" %)Association to the Process Artefact that identifies the objects which are input to the Process Step.
42 -| |(% style="width:252px" %)+output|(% style="width:490px" %)Association to the Process Artefact that identifies the objects which are output from the Process Step.
39 +| |(% style="width:252px" %)+input|(% style="width:490px" %)Association to the Process [[Artefact>>doc:xwiki:Glossary.Artefact.WebHome]] that identifies the objects which are input to the Process Step.
40 +| |(% style="width:252px" %)+output|(% style="width:490px" %)Association to the Process [[Artefact>>doc:xwiki:Glossary.Artefact.WebHome]] that identifies the objects which are output from the Process Step.
43 43  | |(% style="width:252px" %)+child|(% style="width:490px" %)Association to child Processes that combine to form a part of this Process.
44 44  | |(% style="width:252px" %)+computation|(% style="width:490px" %)Association to one or more Computations.
45 45  | |(% style="width:252px" %)+transition|(% style="width:490px" %)Association to one or more Transitions.
... ... @@ -55,5 +55,5 @@
55 55  | |(% style="width:252px" %)+target|(% style="width:490px" %)Associates the Process Step that is the target of the Transition.
56 56  | |(% style="width:252px" %)+condition|(% style="width:490px" %)Associates a textual description of the Transition.
57 57  |ProcessArtefact|(% style="width:252px" %) |(% style="width:490px" %)Identification of an object that is an input to or an output from a Process Step.
58 -| |(% style="width:252px" %)+artefact|(% style="width:490px" %)Association to an Identifiable Artefact that is the input to or the output from the Process Step.
56 +| |(% style="width:252px" %)+artefact|(% style="width:490px" %)Association to an [[Identifiable Artefact>>doc:xwiki:Glossary.Identifiable artefact.WebHome]] that is the input to or the output from the Process Step.
59 59  )))