|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.clarkparsia.explanation.util.SilentExplanationProgressMonitor
public class SilentExplanationProgressMonitor
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Nov-2007
Constructor Summary | |
---|---|
SilentExplanationProgressMonitor()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SilentExplanationProgressMonitor()
Method Detail |
---|
public void foundExplanation(java.util.Set<OWLAxiom> axioms)
ExplanationProgressMonitor
foundExplanation
in interface ExplanationProgressMonitor
axioms
- The axioms that constitute the explanationpublic boolean isCancelled()
ExplanationProgressMonitor
isCancelled
in interface ExplanationProgressMonitor
true
if the process has been cancelled, or
false
if the process hasn't been cancelled.public void foundAllExplanations()
ExplanationProgressMonitor
foundAllExplanations
in interface ExplanationProgressMonitor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |