MultiValuedTrace
Spatial-temporal signal that represents a generic trace of the kind (s,t) -> (x1, ..., xn). Note that x1, ..., xn must at least implement Comparable
The goal of this class is to minimize the raw usage of the Comparable class, so that user usage can be as type-safe as possible.
Moreover, it performs some input checks to make sure the generated signal is correct in terms of the spatial-temporal domain.
See also
Functions
Link copied to clipboard
public SpatialTemporalSignal<R> applyToSignal<R>(SpatialTemporalSignal<T> s, BiFunction<Signal<T>, Signal<T>, Signal<R>> f)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Takes the data stored internally so far and performs the actual conversion to Signals.
Link copied to clipboard
Link copied to clipboard
Given some Comparable data, it performs some checks and prepares it to be later added as the index dimension of the n-dimensional signal.