standalone abstract method

Future<List<ObservedConclusion>> standalone(
  1. String runId, {
  2. AnalysisActor? actor,
})

Conclusions from runId that may stand alone as evidence.

Observations only. A judgment reaches a consumer through the premises of the conclusion that rests on it, where it is visibly inferred.

Implementation

Future<List<ObservedConclusion>> standalone(
  String runId, {
  AnalysisActor? actor,
});