Options
All
  • Public
  • Public/Protected
  • All
Menu

A State variable that indicates the 'current' or actual state.

Hierarchy

Index

Constructors

Properties

paramSet: Parameter<Key>[] = []
prefix: Prefix
stateName: string

Methods

  • Returns true if the key exists in the parameter set

    tparam

    S the Key value

    Type parameters

    Parameters

    Returns boolean

    true if the key is found

  • Adds several parameters to the parameter set

    note

    madd ensures check for duplicate key

    tparam

    P must be a subclass of Parameter

    Type parameters

    Parameters

    • parametersToAdd: P[]

      the list of parameters to add to the parameter set

    Returns CurrentState

    a new instance of this parameter set with the given parameter added

  • Remove a parameter from the parameter set by key

    tparam

    S the Key value

    Type parameters

    Parameters

    Returns CurrentState

    a new T, where T is a parameter set child with the key removed or identical if the key is not present

  • size(): number

Generated using TypeDoc