ObservedConclusion class
Established by a deterministic predicate over descriptor fields.
Carries no confidence, because it has none: the predicate held or it did not.
- Inheritance
-
- Object
- CelmConclusion
- ObservedConclusion
Constructors
-
ObservedConclusion({required String id, required String runId, required String statement, required DateTime at, List<
CelmFieldRef> inputs = const []}) -
const
-
ObservedConclusion.fromJson(Map<
String, dynamic> json) -
Refuses a record whose provenance is not
observed.factory
Properties
- at → DateTime
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
-
inputs
→ List<
CelmFieldRef> -
final
- runId → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statement → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited