Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

$: {
    id: string;
    name?: string;
    sourceRef: string;
    targetRef: string;
}

Type declaration

  • id: string
  • Optional name?: string
  • sourceRef: string
  • targetRef: string
process: BPMNProcess

Accessors

  • get id(): string
  • The function returns the value of the id property of the object that is stored in the $ property of the current object

    Returns string

    The id property of the object.

  • get name(): undefined | string
  • The function returns the value of the name property of the object that is stored in the $ property of the current object

    Returns undefined | string

    The name property of the object.

Methods

  • It takes a BPMNSequenceFlow and a BPMNProcess and returns a Sequence

    Parameters

    • el: BPMNSequenceFlow

      BPMNSequenceFlow - the BPMN element that is being built

    • process: BPMNProcess

      The process that the sequence flow belongs to.

    Returns Sequence

    A new instance of the Sequence class.

Generated using TypeDoc