ImpactMethod
An impact assessment method.
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
code
- Type:
string
(external doc) - Proto-Index: 10
impactCategories
The impact categories of the method.
- Type:
List
of Ref of ImpactCategory - Proto-Index: 11
nwSets
The normalization and weighting sets of the method.
- Type:
List
of NwSet - Proto-Index: 12
source
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 ImpactMethod:
id: str
category: str
code: str
description: str
impact_categories: List[Ref]
last_change: str
library: str
name: str
nw_sets: List[NwSet]
source: Ref
tags: List[str]
version: str