|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExplanationProgressMonitor
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Nov-2007
A progress monitor for an explanation generator. The
progress monitor should be used with an MultipleExpalanationGenerator
Method Summary | |
---|---|
void |
foundAllExplanations()
Called when all explanations have been found. |
void |
foundExplanation(java.util.Set<OWLAxiom> axioms)
Called when an explanation has been found. |
boolean |
isCancelled()
Determines if the process of generating explanations has been cancelled. |
Method Detail |
---|
boolean isCancelled()
true
if the process has been cancelled, or
false
if the process hasn't been cancelled.void foundExplanation(java.util.Set<OWLAxiom> axioms)
axioms
- The axioms that constitute the explanationvoid foundAllExplanations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |