com.clarkparsia.pellet.owlapiv3
Class ProgressAdapter
java.lang.Object
com.clarkparsia.pellet.owlapiv3.ProgressAdapter
- All Implemented Interfaces:
- ProgressMonitor
public class ProgressAdapter
- extends java.lang.Object
- implements ProgressMonitor
|
Constructor Summary |
ProgressAdapter(org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor monitor)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressAdapter
public ProgressAdapter(org.semanticweb.owlapi.reasoner.ReasonerProgressMonitor monitor)
getProgress
public int getProgress()
- Specified by:
getProgress in interface ProgressMonitor
getProgressPercent
public int getProgressPercent()
- Specified by:
getProgressPercent in interface ProgressMonitor
incrementProgress
public void incrementProgress()
- Specified by:
incrementProgress in interface ProgressMonitor
isCanceled
public boolean isCanceled()
- Specified by:
isCanceled in interface ProgressMonitor
setProgress
public void setProgress(int value)
- Specified by:
setProgress in interface ProgressMonitor
setProgressLength
public void setProgressLength(int length)
- Specified by:
setProgressLength in interface ProgressMonitor
setProgressMessage
public void setProgressMessage(java.lang.String message)
- Specified by:
setProgressMessage in interface ProgressMonitor
setProgressTitle
public void setProgressTitle(java.lang.String title)
- Specified by:
setProgressTitle in interface ProgressMonitor
taskFinished
public void taskFinished()
- Specified by:
taskFinished in interface ProgressMonitor
taskStarted
public void taskStarted()
- Specified by:
taskStarted in interface ProgressMonitor
Copyright © 2004 Evren Sirin. All Rights Reserved.