org.semanticweb.elk.owlapi
Class ElkReasonerProgressMonitor
java.lang.Object
org.semanticweb.elk.owlapi.ElkReasonerProgressMonitor
- All Implemented Interfaces:
- ProgressMonitor
public class ElkReasonerProgressMonitor
- extends Object
- implements ProgressMonitor
Wrapper of the OWL ReasonerProgressMonitor for ELK
ProgressMonitor interface.
- Author:
- Yevgeny Kazakov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElkReasonerProgressMonitor
public ElkReasonerProgressMonitor(org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor pm)
start
public void start(String message)
- Specified by:
start in interface ProgressMonitor
report
public void report(int state,
int maxState)
- Specified by:
report in interface ProgressMonitor
finish
public void finish()
- Specified by:
finish in interface ProgressMonitor
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.