Skip to content

Enum: AssociationDirectionEnum

The directionality of an association as it relates to a specified entity, with edges being categorized as incoming or outgoing

URI: AssociationDirectionEnum

Permissible Values

Value Meaning Description
incoming None An association for which a specified entity is the object or part of the obje...
outgoing None An association for which a specified entity is the subject or part of the sub...

Slots

Name Description
direction The directionality of the association relative to a given entity for an assoc...

Identifier and Mapping Information

Schema Source

LinkML Source

name: AssociationDirectionEnum
description: The directionality of an association as it relates to a specified entity,
  with edges being categorized as incoming or outgoing
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
permissible_values:
  incoming:
    text: incoming
    description: An association for which a specified entity is the object or part
      of the object closure
  outgoing:
    text: outgoing
    description: An association for which a specified entity is the subject or part
      of the subject closure