Skip to content

Commit

Permalink
Update QanaryPipelineComponent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de authored Aug 10, 2024
1 parent 9feede3 commit f9284a1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ private String getQuestionIdWithQuery(String graphUri, QanaryTripleStoreConnecto
}
}

/**
* returns an (post-hoc) explanation for a specific execution run
*/
@Override
public String explain(QanaryExplanationData data) throws IOException, URISyntaxException, SparqlQueryFailed {
logger.info("Explaining component: {}", this.getApplicationName());
Expand Down

0 comments on commit f9284a1

Please sign in to comment.