Class: DecisionSelection¶
A mapping from a decision ID to the selected option ID
classDiagram
class DecisionSelection
click DecisionSelection href "../DecisionSelection/"
DecisionSelection : decision_id
DecisionSelection : option_id
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| decision_id | 1 String |
ID of the decision | direct |
| option_id | 1 String |
ID of the selected option | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| UniverseNode | decisions | range | DecisionSelection |
| Universe | decisions | range | DecisionSelection |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://w3id.org/astra/analysis
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | astra:DecisionSelection |
| native | astra:DecisionSelection |
LinkML Source¶
Direct¶
name: DecisionSelection
description: A mapping from a decision ID to the selected option ID
from_schema: https://w3id.org/astra/analysis
attributes:
decision_id:
name: decision_id
description: ID of the decision
from_schema: https://w3id.org/astra/universe
rank: 1000
identifier: true
domain_of:
- DecisionSelection
required: true
option_id:
name: option_id
description: ID of the selected option
from_schema: https://w3id.org/astra/universe
rank: 1000
domain_of:
- DecisionSelection
required: true
Induced¶
name: DecisionSelection
description: A mapping from a decision ID to the selected option ID
from_schema: https://w3id.org/astra/analysis
attributes:
decision_id:
name: decision_id
description: ID of the decision
from_schema: https://w3id.org/astra/universe
rank: 1000
identifier: true
alias: decision_id
owner: DecisionSelection
domain_of:
- DecisionSelection
range: string
required: true
option_id:
name: option_id
description: ID of the selected option
from_schema: https://w3id.org/astra/universe
rank: 1000
alias: option_id
owner: DecisionSelection
domain_of:
- DecisionSelection
range: string
required: true