AnalysisGroup
In a product system, processes (or sub-systems and results) can be grouped and for these groups, aggregated results can be then calculated. This can be used, for example, to organize the results of different life cycle stages (like EPD modules) in a product system.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
name
The name of the analysis group.
- Type:
string
(external doc) - Proto-Index: 2
color
An optional color of the analysis group as RGB hex color code (#RRGGBB
).
- Type:
string
(external doc) - Proto-Index: 3
processes
The processes, sub-systems, or results that belong to the group.
- Type:
List
of Ref - Proto-Index: 4
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class AnalysisGroup:
color: str
name: str
processes: List[Ref]