Package-level declarations

Types

Link copied to clipboard
public class SpatialBinaryOp<S, R>
Link copied to clipboard
public interface SpatialTemporalMonitor<S, T, R>
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
public class SpatialTemporalMonitorAtomic<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret an atomic predicate on the signal of interest.
Link copied to clipboard
Strategy to interpret binary logic operators on the signal of interest.
Link copied to clipboard
public class SpatialTemporalMonitorClosure<E, S, T> implements SpatialTemporalMonitor<S, T, R>
Link copied to clipboard
public class SpatialTemporalMonitorEscape<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret the Escape spatial logic operator.
Link copied to clipboard
public class SpatialTemporalMonitorEverywhere<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret the Everywhere spatial logic operator.
Link copied to clipboard
Strategy to interpret temporal logic operators on the future (except Until).
Link copied to clipboard
public class SpatialTemporalMonitorNext<E, S, T> implements SpatialTemporalMonitor<S, T, R>
Link copied to clipboard
public class SpatialTemporalMonitorPastOperator<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret temporal logic operators on the past (except Since).
Link copied to clipboard
public class SpatialTemporalMonitorReach<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret the Reach spatial logic operator.
Link copied to clipboard
public class SpatialTemporalMonitorSince<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret the Since temporal logic operator.
Link copied to clipboard
public class SpatialTemporalMonitorSomewhere<S, T, R> implements SpatialTemporalMonitor<S, T, R>
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
public class SpatialTemporalMonitorUntil<S, T, R> implements SpatialTemporalMonitor<S, T, R>
Strategy to interpret the Until temporal logic operator.