Skip to content

Enum: RelationshipKind

Discriminator for the variant of a relationship-type: exactly one of the following keys is set on a relationship's relationship-type.

URI: calm:RelationshipKind

Permissible Values

Value Meaning Description
interacts None Actor-to-nodes interaction
connects None Interface-to-interface connection
deployed_in None Containment: nodes deployed in a container
composed_of None Composition: nodes composed by a container
options None A set of alternative decisions

Identifier and Mapping Information

Schema Source

LinkML Source

name: RelationshipKind
description: 'Discriminator for the variant of a ``relationship-type``: exactly one
  of the following keys is set on a relationship''s ``relationship-type``.'
from_schema: https://w3id.org/lmodel/calm
rank: 1000
permissible_values:
  interacts:
    text: interacts
    description: Actor-to-nodes interaction.
  connects:
    text: connects
    description: Interface-to-interface connection.
  deployed_in:
    text: deployed_in
    description: 'Containment: nodes deployed in a container.'
  composed_of:
    text: composed_of
    description: 'Composition: nodes composed by a container.'
  options:
    text: options
    description: A set of alternative decisions.