Skip to content

Commit

Permalink
[Fix partially kbss-cvut/fta-fmea-ui#638] Fix graph pattern for match…
Browse files Browse the repository at this point in the history
…ing fha based failure rate
  • Loading branch information
kostobog committed Oct 22, 2024
1 parent ead2618 commit e8d6148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/cz/cvut/kbss/analysis/dao/FaultTreeDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ public Query getSummariesQuery() {
?failureRateRequirement fta:to ?requiredFailureRate.
}
OPTIONAL{
?rootEventType fta:is-derived-from ?supsup.
?supsup fta:has-failure-rate ?fhaFailureRateQ.
?rootEventType fta:has-failure-rate ?fhaFailureRateQ.
?fhaFailureRateQ fta:has-estimate ?fhaFailureRateP.
?fhaFailureRateP a fta:failure-rate-estimate;
fta:value ?fhaBasedFailureRate.
Expand Down

0 comments on commit e8d6148

Please sign in to comment.