MeasurementScatterGraph

data class MeasurementScatterGraph(val id: Int, val name: String, val sources: List<SourceScatterGraph>)

Represents a collection of scatter plots for a session. Since different sources may have been used for different measurements, we first determine the measurement, then the source, then runs.

Constructors

Link copied to clipboard
constructor(id: Int, name: String, sources: List<SourceScatterGraph>)

Properties

Link copied to clipboard
val id: Int

Measurement id

Link copied to clipboard

Measurement name

Link copied to clipboard