Package-level declarations

Types

Link copied to clipboard
public class AdjacencyExtractor implements ParsingStrategy<T>
Parsing strategy that generates a GraphModel based on a String-based adjacency matrix
Link copied to clipboard
public enum FileType
Enum collecting the files supported by the parsing strategies
Link copied to clipboard
Parsing strategy that generates a collection of spatial-temporal signals based on a set of String-based time series.
Link copied to clipboard
public interface ParsingStrategy<T>
Generic interface that characterizes a parsing strategy for gathering data from a String array (e.g.
Link copied to clipboard
public interface PrintingStrategy<T>
Generic interface that characterizes a parsing strategy for gathering data from a String array (e.g.
Link copied to clipboard
Parsing strategy that generates a double[][] spatial-temporal signal based on a set of String-based time series
Link copied to clipboard
public interface SignalProcessor<T>
Generic interface that characterizes a signal factory that return a Signal from parse input data.