Changes for page 14 Process

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

From version 3.2
edited by Helena
on 2025/05/15 11:15
Change comment: There is no comment for this version
To version 3.1
edited by Helena
on 2025/05/15 09:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,4 @@
1 -{{box title="**Contents**"}}
2 -{{toc/}}
3 -{{/box}}
1 += 14 Process =
4 4  
5 5  == 14.1 Introduction ==
6 6  
... ... @@ -24,6 +24,9 @@
24 24  
25 25  ==== 14.2.2.2 Definitions ====
26 26  
25 +:
26 +::
27 +
27 27  (((
28 28  |**Class**|**Feature**|**Description**
29 29  |Process|(((
... ... @@ -31,28 +31,28 @@
31 31  
32 32  Maintainable
33 33  )))|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 -| |+step|Associates the Process Steps.
35 +||+step|Associates the Process Steps.
35 35  |ProcessStep|(((
36 36  Inherits from
37 37  
38 -//IdentifiableArtefact//
39 +//IdentifiableArtefact      //
39 39  )))|A specific operation, performed on data or metadata in order to validate or to derive new information according to a given set of rules.
40 -| |+input|Association to the Process Artefact that identifies the objects which are input to the Process Step.
41 -| |+output|Association to the Process Artefact that identifies the objects which are output from the Process Step.
42 -| |+child|Association to child Processes that combine to form a part of this Process.
43 -| |+computation|Association to one or more Computations.
44 -| |+transition|Association to one or more Transitions.
45 -|Computation| |Describes in textual form the computations involved in the process.
46 -| |localId|Distinguishes between Computations in the same Process.
47 -| |softwarePackage softwareLanguage softwareVersion|Information about the software that is used to perform the computation.
48 -| |+description|Text describing or giving additional information about the computation. This can be in multiple language variants.
41 +||+input|Association to the Process Artefact that identifies the objects which are input to the Process Step.
42 +||+output|Association to the Process Artefact that identifies the objects which are output from the Process Step.
43 +||+child|Association to child Processes that combine to form a part of this Process.
44 +||+computation|Association to one or more Computations.
45 +||+transition|Association to one or more Transitions.
46 +|Computation||Describes in textual form the computations involved in the process.
47 +||localId|Distinguishes between Computations in the same Process.
48 +||softwarePackage softwareLanguage softwareVersion|Information about the software that is used to perform the computation.
49 +||+description|Text describing or giving additional information about the computation. This can be in multiple language variants.
49 49  |Transition|(((
50 50  Inherits from
51 51  
52 -//IdentifiableArtefact//
53 +//IdentifiableArtefact      //
53 53  )))|An expression in a textual or formalised way of the transformation of data between two specific operations (Processes) performed on the data.
54 -| |+target|Associates the Process Step that is the target of the Transition.
55 -| |+condition|Associates a textual description of the Transition.
56 -|ProcessArtefact| |Identification of an object that is an input to or an output from a Process Step.
57 -| |+artefact|Association to an Identifiable Artefact that is the input to or the output from the Process Step.
55 +||+target|Associates the Process Step that is the target of the Transition.
56 +||+condition|Associates a textual description of the Transition.
57 +|ProcessArtefact||Identification of an object that is an input to or an output from a Process Step.
58 +||+artefact|Association to an Identifiable Artefact that is the input to or the output from the Process Step.
58 58  )))