Export

Interface

Edge

Hierarchy

Implements

Constructors

Properties

_breakpoints: Breakpoint[] = []
_sourceEndpoint?: Position
_sourceId: string
_sourceLabel?: string
_targetEndpoint?: Position
_targetId: string
_targetLabel?: string
domainMandatory?: boolean

Memberof

Edge

domainTyped?: boolean

Memberof

Edge

rangeMandatory?: boolean

Memberof

Edge

rangeTyped?: boolean

Memberof

Edge

Accessors

  • get originalId(): undefined | string
  • In case of replicated elements, this is the ID of the original element replicated in multiple occurrences, all of them with different IDs

    Memberof

    Edge

    Returns undefined | string

  • set originalId(id: undefined | string): void
  • In case of replicated elements, this is the ID of the original element replicated in multiple occurrences, all of them with different IDs

    Memberof

    Edge

    Parameters

    • id: undefined | string

    Returns void

Methods