Package-level declarations
Types
Link copied to clipboard
Iterator that extends the ListIterator interface with some handy methods.
Link copied to clipboard
Given a primary and a secondary chain, it mutates the primary chain by combining the respective values in the given order Note: the iterator doesn't deal with duplicates in the output, it just returns the elements to be evaluated.
Primary Secondary Result (Updated Primary)
1 1
| |
2 2 2
| | |
4 3 3
| | |
. 4 4
. .
. .
.
Content copied to clipboard
Link copied to clipboard
Class to represent n-dimensional online time signals.
Link copied to clipboard
Link copied to clipboard
Class to represent 1-dimensional online time signals.
Link copied to clipboard
Link copied to clipboard
A segment chain is similar to a LinkedList, providing some specific features for Samples, like checking temporal integrity constraints, a custom iterator etc.
Link copied to clipboard
Immutable concrete implementation of Sample.
Link copied to clipboard
Data class to store updates of the kind
[start, end) -> value