Skip to content

Commit

Permalink
[Fix kbss-cvut/fta-fmea-ui#406] Filter out FHA with fault tree
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Jul 7, 2024
1 parent c69b776 commit 8bf5a51
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ public List<FaultEventType> getTopFaultEvents(URI systemUri) {
fta:name ?name ;
fta:is-manifestation-of/fta:has-component ?c.
FILTER NOT EXISTS {
?faultTree fta:is-manifested-by/fta:is-derived-from ?uri.
}
?system fta:has-part-component+ ?c.
?c fta:is-derived-from ?generalComponent .
Expand Down

0 comments on commit 8bf5a51

Please sign in to comment.