The EventEmitter singleton that lives server-side.
Stores AggregatorModels in a map. Can be a accessed with an AggregatorValue's unique Id.
Singleton to send and receive data across objects on server side. Here: Informs the app about updated variables.
Unique Id.
Generate a new AggregatorModel for an AggregatorValue and store it in this collection.
Unique Id of the AggregatorValue that is about to be added to the collection.
Number of datapoints that are stored to calculate Running Average or Median.
Adds user input to an AggregatorModel.
Holds information about the new input.
Adds a value to an AggregatorModel.
Unique Id of the AggregatorValue that receives the value.
The number that is added to the AggregatorModel.
Delete an AggregatorModel from this collection.
Unique Id of the AggregatorValue that is about to be deleted from the collection.
Retrieve an aggregated value from an AggregatorModel.
The AggregatorValue that is requested.
The method of interest that is about to be returned.
Generated using TypeDoc
Stores all aggregators for every module that has an AggregatorValue.