public class ConsoleProgressMonitor extends Object implements ReasonerProgressMonitor, Serializable
CLASSIFYING, CLASSIFYING_AND_REALIZING, LOADING, REALIZING
Constructor and Description |
---|
ConsoleProgressMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
reasonerTaskBusy()
Indicates that the reasoner is busy performing a task whose size cannot be determined.
|
void |
reasonerTaskProgressChanged(int value,
int max)
Indicates that the reasoner is part way through a particular task, for example consistency
checking, classification or realisation.
|
void |
reasonerTaskStarted(String taskName)
Indicates that some reasoner task, for example, loading, consistency checking,
classification, realisation etc.
|
void |
reasonerTaskStopped()
Indicates that a previously started task has now stopped.
|
public void reasonerTaskStarted(String taskName)
ReasonerProgressMonitor
ReasonerProgressMonitor.reasonerTaskStopped()
method will be called. Once this method has been called it
will not be called again unless the ReasonerProgressMonitor.reasonerTaskStopped()
method has been called.
The notion of subtasks is not supported. reasonerTaskStarted
in interface ReasonerProgressMonitor
taskName
- The name of the taskpublic void reasonerTaskStopped()
ReasonerProgressMonitor
ReasonerProgressMonitor.reasonerTaskStarted(String)
method has been called. The notion of subtasks
is not supported. reasonerTaskStopped
in interface ReasonerProgressMonitor
public void reasonerTaskProgressChanged(int value, int max)
ReasonerProgressMonitor
ReasonerProgressMonitor.reasonerTaskStarted(String)
method has been called. It will not be called after the
ReasonerProgressMonitor.reasonerTaskStopped()
method has been called. reasonerTaskProgressChanged
in interface ReasonerProgressMonitor
value
- The value or portion of the task completedmax
- The total size of the taskpublic void reasonerTaskBusy()
ReasonerProgressMonitor
ReasonerProgressMonitor.reasonerTaskStarted(String)
method has been
called. It will not be called after the ReasonerProgressMonitor.reasonerTaskStopped()
method has been
called. reasonerTaskBusy
in interface ReasonerProgressMonitor
Copyright © 2020 The University of Manchester. All rights reserved.