FlowMap
A crosswalk of flows from a source flow list to a target flow list.
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
mappings
A list of flow mappings from flows in a source flow list to flows in a target flow list.
- Type:
List
of FlowMapEntry - Proto-Index: 10
source
The reference (id, name, description) of the source flow list.
- Type: Ref
- Proto-Index: 11
target
The reference (id, name, description) of the target flow list.
- Type: Ref
- Proto-Index: 12
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 FlowMap:
id: str
category: str
description: str
last_change: str
mappings: List[FlowMapEntry]
name: str
source: Ref
tags: List[str]
target: Ref
version: str