Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores the indexes of an edge's nodes and its label.

Hierarchy

  • EdgeRef

Index

Constructors

Properties

Methods

Constructors

constructor

  • Constructor for the EdgeRef class.

    Parameters

    • index0: NodeRef

      The index of the first vertex of the edge in the diagram.

    • index1: NodeRef

      The index of the second vertex of the edge in the diagram.

    • label: string

      The label of the edge in the diagram.

    Returns EdgeRef

Properties

index0

index0: NodeRef

index1

index1: NodeRef

label

label: string

Methods

get

Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM