TemporalMonitorDefinition

Instances of this class are used to represent a definition for a temporal monitor. Each definition has a name and a set of parameters that are used to build the temporal monitor.

Constructors

Link copied to clipboard
public void TemporalMonitorDefinition(String name, RecordHandler arguments, RecordHandler signalRecordHandler, TemporalMonitorProducer producer)
Create a new definition.

Properties

Link copied to clipboard
public final RecordHandler arguments
Monitor arguments.
Link copied to clipboard
public final String name
Monitor name.
Link copied to clipboard
Producer used to build the temporal monitor.
Link copied to clipboard
Record handler describing monitored signal.

Functions

Link copied to clipboard
Return the monitor arguments.
Link copied to clipboard
Create a new temporal monitor built by using the given arguments and based on the given signal domain.
Link copied to clipboard
public TemporalMonitor<MoonLightRecord, S> getMonitorFromDouble<S>(SignalDomain<S> domain, Array<double> values)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getName()
Return the monitor name.
Link copied to clipboard
Return the producer used to build the monitor.
Link copied to clipboard