Stream: committers
Topic: Invariants - RiskAssessment
Brian Postlethwaite (Oct 12 2016 at 10:14):
The invariant constraint ras-2 on Risk Assessment could be simpler as below.
Fluentpath Expression: prediction.all(probability.as(decimal) <= 100)
Brian Postlethwaite (Oct 12 2016 at 11:40):
Actually, given the context, try this instead
$this.as(decimal) <= 100
Last updated: Apr 12 2022 at 19:14 UTC