|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Task
User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 11, 2005
Method Summary | |
---|---|
void |
cancelTask()
Requests that the task be cancelled. |
int |
getProgressMax()
Gets the maximum progress value for this task. |
int |
getProgressMin()
Gets the minimum progress value for this task. |
String |
getTitle()
Gets the title for this task. |
boolean |
isCancelled()
Checks whether this Task has been cancelled. |
boolean |
isPossibleToCancel()
Determines if the task can be cancelled |
void |
runTask()
|
Method Detail |
---|
void cancelTask()
String getTitle()
int getProgressMin()
int getProgressMax()
boolean isCancelled()
boolean isPossibleToCancel()
true
if the task can
be cancelled, or false
if the
task cannot be cancelled.void runTask() throws Exception
Exception
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |