Skip to content

Commit

Permalink
Update QanaryPipeline.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de authored Aug 10, 2024
1 parent d084743 commit 9feede3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ public OpenAPI customOpenAPI(@Value("${springdoc.version}") String appVersion, @
);
}

/**
* returns an explanation for the post-hoc behavior of a specific execution
*/
@Override
public String explain(QanaryExplanationData qanaryExplanationData) throws IOException, URISyntaxException, SparqlQueryFailed {
// Fetch subcomponent explanations == All annotations made on the original KG
Expand Down

0 comments on commit 9feede3

Please sign in to comment.