Package org.semanticweb.owlapi.reasoner
Class NullReasonerProgressMonitor
java.lang.Object
org.semanticweb.owlapi.reasoner.NullReasonerProgressMonitor
- All Implemented Interfaces:
Serializable
,ReasonerProgressMonitor
public class NullReasonerProgressMonitor
extends Object
implements ReasonerProgressMonitor, Serializable
An implementation of a progress monitor that does nothing when it receives
notification of progress events.
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
- See Also:
-
Field Summary
Fields inherited from interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
CLASSIFYING, CLASSIFYING_AND_REALIZING, LOADING, REALIZING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor
reasonerTaskBusy, reasonerTaskProgressChanged, reasonerTaskStarted, reasonerTaskStopped
-
Constructor Details
-
NullReasonerProgressMonitor
public NullReasonerProgressMonitor()
-