getMonitor
public TemporalMonitor<MoonLightRecord, S> getMonitor<S>(SignalDomain<S> domain, MoonLightRecord arguments)
Create a new temporal monitor built by using the given arguments and based on the given signal domain.
Return
temporal monitor built by using the given arguments and based on the given signal domain.
Parameters
domain
signal domain used for the monitor.
arguments
argument used to build the monitor.
<S>
data type used in the resulting signal.