-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathProductSystem.yaml
More file actions
63 lines (53 loc) · 1.69 KB
/
Copy pathProductSystem.yaml
File metadata and controls
63 lines (53 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
class:
name: ProductSystem
superClass: RootEntity
example: product_system.json
doc: A product system describes the supply chain of a product (the functional unit) ...
properties:
- name: parameterSets
index: 10
type: List[ParameterRedefSet]
doc: >
A list of possible sets of parameter redefinitions for this product
system.
- name: processLinks
index: 11
type: List[ProcessLink]
doc: The process links of the product system.
- name: processes
index: 12
type: List[Ref]
doc: >
The descriptors of all processes and sub-systems that are contained
in the product system.
- name: refExchange
index: 13
type: ExchangeRef
doc: >
The exchange of the reference processes (typically the product
output) that provides the flow of the functional unit of the product
system.
- name: refProcess
index: 14
type: Ref[Process]
doc: >
The descriptor of the process that provides the flow of the
functional unit of the product system.
- name: targetAmount
index: 15
type: double
doc: The flow amount of the functional unit of the product system.
- name: targetFlowProperty
index: 16
type: Ref[FlowProperty]
doc: >
The flow property in which the flow amount of the functional unit is
given.
- name: targetUnit
index: 17
type: Ref[Unit]
doc: The unit in which the flow amount of the functional unit is given.
- name: analysisGroups
index: 18
type: List[AnalysisGroup]
doc: An optional list of analysis groups.