Options
All
  • Public
  • Public/Protected
  • All
Menu

Auxiliary class for CD.toGraph. Stores the index of a node and its position in the diagram, though not the node itself. This way, nodes that come later in the diagram can be referenced even if they haven't been defined yet.

Hierarchy

  • NodeRef

Index

Constructors

Properties

Constructors

constructor

  • new NodeRef(index: number, pos: number): NodeRef
  • Constructor for the NodeRef class.

    Parameters

    • index: number

      The index of a node in the diagram.

    • pos: number

      The position of a node in the diagram string.

    Returns NodeRef

Properties

index

index: number

The index of a node in the diagram.

pos

pos: number

The position of a node in the diagram.

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