public class SilentExplanationProgressMonitor extends Object implements ExplanationProgressMonitor
| Constructor and Description |
|---|
SilentExplanationProgressMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
foundAllExplanations()
Called when all explanations have been found.
|
void |
foundExplanation(Set<OWLAxiom> axioms)
Called when an explanation has been found.
|
boolean |
isCancelled()
Determines if the process of generating explanations has been cancelled.
|
public void foundExplanation(Set<OWLAxiom> axioms)
ExplanationProgressMonitorfoundExplanation in interface ExplanationProgressMonitoraxioms - The axioms that constitute the explanationpublic boolean isCancelled()
ExplanationProgressMonitorisCancelled in interface ExplanationProgressMonitortrue if the process has been cancelled, or false if the process
hasn't been cancelled.public void foundAllExplanations()
ExplanationProgressMonitorfoundAllExplanations in interface ExplanationProgressMonitorCopyright © 2022 The University of Manchester. All rights reserved.