Result
A calculation result of a product system.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
@id
Inherited from RefEntity.@id
- Type:
string
(external doc) - Proto-Index: 2
name
Inherited from RefEntity.name
- Type:
string
(external doc) - Proto-Index: 3
description
Inherited from RefEntity.description
- Type:
string
(external doc) - Proto-Index: 4
category
Inherited from RootEntity.category
- Type:
string
(external doc) - Proto-Index: 5
lastChange
Inherited from RootEntity.lastChange
- Type:
dateTime
(external doc) - Proto-Index: 6
tags
Inherited from RootEntity.tags
- Type:
List
ofstring
(external doc) - Proto-Index: 7
version
Inherited from RootEntity.version
- Type:
string
(external doc) - Proto-Index: 8
library
Inherited from RootEntity.library
- Type:
string
(external doc) - Proto-Index: 9
flowResults
An array of FlowResult
objects.
- Type:
List
of FlowResult - Proto-Index: 10
impactMethod
A reference to the ImpactMethod
that was used to calculate the result.
- Type: Ref of ImpactMethod
- Proto-Index: 11
impactResults
An array of ImpactResult
objects.1
- Type:
List
of ImpactResult - Proto-Index: 12
productSystem
A reference to the ProductSystem
from which this result was calculated.
- Type: Ref of ProductSystem
- Proto-Index: 13
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 Result:
id: str
category: str
description: str
flow_results: List[FlowResult]
impact_method: Ref
impact_results: List[ImpactResult]
last_change: str
library: str
name: str
product_system: Ref
tags: List[str]
version: str