edu.stanford.smi.protegex.owl.inference.protegeowl.task.protegereasoner
Class GetIndividualPropertyValuesTask
java.lang.Object
edu.stanford.smi.protegex.owl.inference.protegeowl.task.protegereasoner.AbstractReasonerTask
edu.stanford.smi.protegex.owl.inference.protegeowl.task.protegereasoner.GetIndividualPropertyValuesTask
- All Implemented Interfaces:
- ReasonerTask
public class GetIndividualPropertyValuesTask
- extends AbstractReasonerTask
Method Summary |
int |
getTaskSize()
Gets the size of the task. |
void |
run()
Executes the task. |
Methods inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.task.protegereasoner.AbstractReasonerTask |
addTaskListener, doAbortCheck, fireDescriptionChangedEvent, fireMessageChangedEvent, fireProgressChangedEvent, fireProgressIndeterminateChnaged, fireTaskCompletedEvent, fireTaskFailedEvent, getDescription, getMessage, getProgress, isProgressIndeterminate, isRequestAbort, postLogRecord, removeTaskListener, setDescription, setMessage, setProgress, setProgressIndeterminate, setRequestAbort, setTaskCompleted, setTaskFailed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetIndividualPropertyValuesTask
public GetIndividualPropertyValuesTask(OWLIndividual individual,
ProtegeReasoner protegeReasoner)
getTaskSize
public int getTaskSize()
- Description copied from interface:
ReasonerTask
- Gets the size of the task. When the progress
reaches this size, the task should be complete.
run
public void run()
throws ProtegeReasonerException
- Description copied from interface:
ReasonerTask
- Executes the task.
- Throws:
ProtegeReasonerException
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.