DataSource

sealed interface DataSource : Comparable<DataSource>

Represents a data source for the analysis of measurements.

Inheritors

Functions

Link copied to clipboard
abstract operator fun compareTo(other: DataSource): Int