TemporalMonitoring
Alternative interface to perform monitoring. The key difference is that it is based on a visitor design pattern over the formula tree which resorts to TemporalMonitor methods for the implementation. Note: Particularly useful in static environment.
See also
Constructors
Link copied to clipboard
Initializes a monitoring process over the given interpretation domain.
public void TemporalMonitoring(Map<String, Function<Parameters, Function<T, R>>> atomicPropositions, SignalDomain<R> interpretation)
Initializes a monitoring process over the given interpretation domain, and the given atomic propositions.