edu.stanford.smi.protegex.owl.inference.protegeowl.task
Class GetEquivalentConceptsTask

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractReasonerTask
      extended byedu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractSingleConceptWithConceptCollectionResultTask
          extended byedu.stanford.smi.protegex.owl.inference.protegeowl.task.GetEquivalentConceptsTask
All Implemented Interfaces:
CollectionResultReasonerTask, ReasonerTask

public class GetEquivalentConceptsTask
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


Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractSingleConceptWithConceptCollectionResultTask
 
Fields inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.task.AbstractReasonerTask
 
Constructor Summary
GetEquivalentConceptsTask(OWLClass aClass, ProtegeOWLReasoner protegeOWLReasoner)
           
 
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.AbstractSingleConceptWithConceptCollectionResultTask
getCls, getProtegeOWLReasoner, getResult, getTaskSize, run
 
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
 
Methods inherited from interface edu.stanford.smi.protegex.owl.inference.protegeowl.task.ReasonerTask
addTaskListener, getDescription, getMessage, getProgress, isProgressIndeterminate, isRequestAbort, removeTaskListener, setRequestAbort
 

Constructor Detail

GetEquivalentConceptsTask

public GetEquivalentConceptsTask(OWLClass aClass,
                                 ProtegeOWLReasoner protegeOWLReasoner)
Method Detail

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