Package-level declarations

Types

Link copied to clipboard
public interface TemporalMonitor<T, R>
Primary Monitoring interface It is based on a strategy design pattern, where each kind of operators has a specific strategy implementation.
Link copied to clipboard
public class TemporalMonitorAtomic<T, R> implements TemporalMonitor<T, R>
Strategy to interpret an atomic predicate on the signal of interest.
Link copied to clipboard
public class TemporalMonitorBinaryOperator<T, R> implements TemporalMonitor<T, R>
Strategy to interpret a binary logic operator
Link copied to clipboard
public class TemporalMonitorFutureOperator<T, R> implements TemporalMonitor<T, R>
Strategy to interpret temporal logic operators on the future (except Until)
Link copied to clipboard
public class TemporalMonitorPastOperator<T, R> implements TemporalMonitor<T, R>
Strategy to interpret temporal logic operators on the past (except Since)
Link copied to clipboard
public class TemporalMonitorSince<T, R> implements TemporalMonitor<T, R>
Strategy to interpret the Since temporal logic operator.
Link copied to clipboard
public class TemporalMonitorUnaryOperator<T, R> implements TemporalMonitor<T, R>
Strategy to interpret an unary logic operator
Link copied to clipboard
public class TemporalMonitorUntil<T, R> implements TemporalMonitor<T, R>
Strategy to interpret the Until operator