Changes for page 14 Process

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

From version 2.1
edited by Helena
on 2025/06/07 00:55
Change comment: There is no comment for this version
To version 5.1
edited by Helena
on 2025/06/08 14:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,52 +1,54 @@
1 -=== 14.1 Introduction ===
1 +{{box title="**Contents**"}}
2 +{{toc/}}
3 +{{/box}}
2 2  
5 +== 14.1 Introduction ==
6 +
3 3  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.
4 4  
5 -=== 14.2 Model – Inheritance and Relationship view ===
9 +== 14.2 Model – Inheritance and Relationship view ==
6 6  
7 -==== 14.2.1 Class Diagram ====
11 +=== 14.2.1 Class Diagram ===
8 8  
9 9  [[image:1749246789984-238.jpeg]]** **
10 10  
11 11  **Figure 46: Inheritance and Relationship class diagram of Process and Transitions**
12 12  
13 -==== 14.2.2 Explanation of the Diagram ====
17 +=== 14.2.2 Explanation of the Diagram ===
14 14  
15 -===== 14.2.2.1 Narrative =====
19 +==== 14.2.2.1 Narrative ====
16 16  
17 17  The Process is a set of hierarchical ProcessSteps. Each ProcessStep can take zero or more //IdentifiableArtefact//s as input and output. Each of the associations to the input and output //IdentifiableArtefact//s (ProcessArtefact) can be assigned a localID.
18 18  
19 19  The computation performed by a ProcessStep is optionally described by a Computation, which can identify the software used by the ProcessStep and can also be described in textual form (+description) in multiple language variants. The Transition describes the execution of ProcessSteps from +source ProcessStep to +target ProcessStep based on the outcome of a +condition that can be described in multiple language variants.
20 20  
21 -==== 14.2.2.2 Definitions ====
25 +=== 14.2.2.2 Definitions ===
22 22  
23 -|**Class**|**Feature**|**Description**
24 -|Process|(((
27 +(% style="width:910.835px" %)
28 +|**Class**|(% style="width:222px" %)**Feature**|(% style="width:555px" %)**Description**
29 +|Process|(% style="width:222px" %)(((
25 25  Inherits from
26 -
27 27  Maintainable
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|(((
32 +)))|(% style="width:555px" %)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.
33 +| |(% style="width:222px" %)+step|(% style="width:555px" %)Associates the Process Steps.
34 +|ProcessStep|(% style="width:222px" %)(((
31 31  Inherits from
32 -
33 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|(((
37 +)))|(% style="width:555px" %)A specific operation, performed on data or metadata in order to validate or to derive new information according to a given set of rules.
38 +| |(% style="width:222px" %)+input|(% style="width:555px" %)Association to the Process Artefact that identifies the objects which are input to the Process Step.
39 +| |(% style="width:222px" %)+output|(% style="width:555px" %)Association to the Process Artefact that identifies the objects which are output from the Process Step.
40 +| |(% style="width:222px" %)+child|(% style="width:555px" %)Association to child Processes that combine to form a part of this Process.
41 +| |(% style="width:222px" %)+computation|(% style="width:555px" %)Association to one or more Computations.
42 +| |(% style="width:222px" %)+transition|(% style="width:555px" %)Association to one or more Transitions.
43 +|Computation|(% style="width:222px" %) |(% style="width:555px" %)Describes in textual form the computations involved in the process.
44 +| |(% style="width:222px" %)localId|(% style="width:555px" %)Distinguishes between Computations in the same Process.
45 +| |(% style="width:222px" %)softwarePackage softwareLanguage softwareVersion|(% style="width:555px" %)Information about the software that is used to perform the computation.
46 +| |(% style="width:222px" %)+description|(% style="width:555px" %)Text describing or giving additional information about the computation. This can be in multiple language variants.
47 +|Transition|(% style="width:222px" %)(((
45 45  Inherits from
46 -
47 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.
50 +)))|(% style="width:555px" %)An expression in a textual or formalised way of the transformation of data between two specific operations (Processes) performed on the data.
51 +| |(% style="width:222px" %)+target|(% style="width:555px" %)Associates the Process Step that is the target of the Transition.
52 +| |(% style="width:222px" %)+condition|(% style="width:555px" %)Associates a textual description of the Transition.
53 +|ProcessArtefact|(% style="width:222px" %) |(% style="width:555px" %)Identification of an object that is an input to or an output from a Process Step.
54 +| |(% style="width:222px" %)+artefact|(% style="width:555px" %)Association to an Identifiable Artefact that is the input to or the output from the Process Step.
SUZ.Methodology.Code.MethodologyClass[0]
index
... ... @@ -1,1 +1,1 @@
1 -9
1 +15