ScienceAnalysis class

Analysis for one sample and sensor.

Constructors

ScienceAnalysis(ScienceSensor sensor)
A constructor.

Properties

data SampleData
The data being recorded.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sensor ScienceSensor
The sensor being analyzed.
final
testBuilder ScienceTestBuilder
The view models for the test values.
final
testResult ScienceResult
Passes the overriden data to the sensor's test to determine signs of life.
no setter

Methods

addReading(Timestamp timestamp, double value) → void
Adds a reading to this analysis.
clear() → void
Clears all readings from this analysis.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited