Skip to content

Enum: ContextLinearityEnum

Whether a Mellea context preserves linear ordering or not.

URI: mellea:ContextLinearityEnum

Permissible Values

Value Meaning Description
LINEAR None Sequential, ordered history
NON_LINEAR None Tree- or graph-shaped history

Slots

Name Description
context_linearity Slot describing the context linearity

Identifier and Mapping Information

Schema Source

LinkML Source

name: ContextLinearityEnum
description: Whether a Mellea context preserves linear ordering or not.
from_schema: https://w3id.org/lmodel/mellea
rank: 1000
permissible_values:
  LINEAR:
    text: LINEAR
    description: Sequential, ordered history.
  NON_LINEAR:
    text: NON_LINEAR
    description: Tree- or graph-shaped history.