ForecastObservation<T, V> class
A Forecast value V
observation over source T
.
Constructors
-
ForecastObservation.new(String phase, T source, ObservationOperation<
T, V> operation, V value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
ID of the observation.
no setter
-
operation
→ ObservationOperation<
T, V> -
The operation performed over source to produce the observed value.
final
- opID → String
-
The
operation.id
.no setter - phase → String
-
The forecast phase.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → T
-
The source of the value observed.
final
- value → V
-
The value observed during a forecast performed over source.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited