Skip to content

Class: OptionList

Wrapper around the list of Decision alternatives in an options relationship.

URI: calm:OptionList

 classDiagram
    class OptionList
    click OptionList href "../OptionList/"
      OptionList : decisions





        OptionList --> "*" Decision : decisions
        click Decision href "../Decision/"



Slots

Name Cardinality and Range Description Inheritance
decisions *
Decision
Alternative decisions under an options relationship direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self calm:OptionList
native calm:OptionList

LinkML Source

Direct

name: OptionList
description: Wrapper around the list of ``Decision`` alternatives in an options relationship.
from_schema: https://w3id.org/lmodel/calm
slots:
- decisions

Induced

name: OptionList
description: Wrapper around the list of ``Decision`` alternatives in an options relationship.
from_schema: https://w3id.org/lmodel/calm
attributes:
  decisions:
    name: decisions
    description: Alternative decisions under an ``options`` relationship.
    from_schema: https://w3id.org/lmodel/calm
    rank: 1000
    owner: OptionList
    domain_of:
    - OptionList
    range: Decision
    multivalued: true
    inlined: true
    inlined_as_list: true