Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Primary SpatialTemporal Monitoring interface It is based on a strategy design pattern, where each kind of operators has a specific strategy implementation.
Link copied to clipboard
Strategy to interpret an atomic predicate on the signal of interest.
Link copied to clipboard
public class SpatialTemporalMonitorBinaryOperator<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret binary logic operators on the signal of interest.
Link copied to clipboard
Link copied to clipboard
Strategy to interpret the Escape spatial logic operator.
Link copied to clipboard
Strategy to interpret the Everywhere spatial logic operator.
Link copied to clipboard
public class SpatialTemporalMonitorFutureOperator<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret temporal logic operators on the future (except Until).
Link copied to clipboard
Link copied to clipboard
Strategy to interpret temporal logic operators on the past (except Since).
Link copied to clipboard
Strategy to interpret the Reach spatial logic operator.
Link copied to clipboard
Strategy to interpret the Since temporal logic operator.
Link copied to clipboard
Strategy to interpret the Somewhere spatial logic operator.
Link copied to clipboard
Link copied to clipboard
public class SpatialTemporalMonitorUnaryOperator<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret unary logic operators on the signal of interest.
Link copied to clipboard
Strategy to interpret the Until temporal logic operator.