TemporalOpMonitor

public class TemporalOpMonitor<V, R extends Comparable<R>> implements OnlineMonitor<T, V, R>

Strategy to interpret (online) an atomic predicate on the signal of interest.

See also

Constructors

Link copied to clipboard
public void TemporalOpMonitor(OnlineMonitor<Double, V, Box<R>> argument, BinaryOperator<Box<R>> binaryOp, Interval timeHorizon, SignalDomain<R> interpretation)
Prepares an atomic online (temporal) monitor.

Functions

Link copied to clipboard
Returns the result of the monitoring process.
Link copied to clipboard
public List<TimeChain<Double, Box<R>>> monitor(TimeChain<Double, V> updates)
public List<TimeChain<Double, Box<R>>> monitor(Update<Double, V> signalUpdate)
Execution starter of the monitoring process.