org.mindswap.pellet.utils.progress
Class ConsoleProgressMonitor
java.lang.Object
org.mindswap.pellet.utils.progress.AbstractProgressMonitor
org.mindswap.pellet.utils.progress.ConsoleProgressMonitor
- All Implemented Interfaces:
- ProgressMonitor
public class ConsoleProgressMonitor
- extends AbstractProgressMonitor
- implements ProgressMonitor
Title:
Description:
Copyright: Copyright (c) 2006
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
| Methods inherited from class org.mindswap.pellet.utils.progress.AbstractProgressMonitor |
getProgress, getProgressLength, getProgressMessage, getProgressPercent, getProgressTitle, incrementProgress, isCanceled, setProgress, setProgressLength, setProgressMessage, setProgressTitle |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleProgressMonitor
public ConsoleProgressMonitor()
ConsoleProgressMonitor
public ConsoleProgressMonitor(java.io.PrintStream out)
ConsoleProgressMonitor
public ConsoleProgressMonitor(int length)
taskStarted
public void taskStarted()
- Specified by:
taskStarted in interface ProgressMonitor- Overrides:
taskStarted in class AbstractProgressMonitor
calcElapsedTime
public java.lang.String calcElapsedTime()
taskFinished
public void taskFinished()
- Specified by:
taskFinished in interface ProgressMonitor- Overrides:
taskFinished in class AbstractProgressMonitor
Copyright © 2004 Evren Sirin. All Rights Reserved.