edu.stanford.smi.protegex.owl.inference.protegeowl.task
Class GetAncestorConceptsTask
java.lang.Object
edu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractReasonerTask
edu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractSingleConceptWithConceptCollectionResultTask
edu.stanford.smi.protegex.owl.inference.protegeowl.task.GetAncestorConceptsTask
- All Implemented Interfaces:
- CollectionResultReasonerTask, ReasonerTask
- public class GetAncestorConceptsTask
- extends AbstractSingleConceptWithConceptCollectionResultTask
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Aug 17, 2004
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Fields inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractReasonerTask |
|
Method Summary |
void |
createQuery(Document doc)
This method must be implemented by concrete subclasses.
|
Methods inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractReasonerTask |
addTaskListener, doAbortCheck, fireDescriptionChangedEvent, fireMessageChangedEvent, fireProgressChangedEvent, fireProgressIndeterminateChnaged, fireTaskCompletedEvent, fireTaskFailedEvent, getDescription, getMessage, getProgress, getTranslator, 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 |
GetAncestorConceptsTask
public GetAncestorConceptsTask(OWLClass aClass,
ProtegeOWLReasoner protegeOWLReasoner)
createQuery
public void createQuery(Document doc)
throws DIGReasonerException
- Description copied from class:
AbstractSingleConceptWithConceptCollectionResultTask
- This method must be implemented by concrete subclasses.
It will be called by the run method in order to generate
the DIGQuery.
- Specified by:
createQuery
in class AbstractSingleConceptWithConceptCollectionResultTask
- Parameters:
doc
- The base Document
for the query.
- Throws:
DIGReasonerException