UnarySpaceOpMonitor

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

Strategy to interpret the unary spatial logic operators.

See also

Constructors

Link copied to clipboard
public void UnarySpaceOpMonitor(OnlineMonitor<Double, List<V>, List<Box<R>>> argument, SpatialOp<Double, S, Box<R>> op, SignalDomain<R> domain, int size)

Functions

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