Uses of Interface
edu.stanford.smi.protegex.owl.model.TaskManager

Packages that use TaskManager
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
 

Uses of TaskManager in edu.stanford.smi.protegex.owl.model
 

Classes in edu.stanford.smi.protegex.owl.model that implement TaskManager
 class DefaultTaskManager
          The default implementation of TaskManager.
 

Fields in edu.stanford.smi.protegex.owl.model declared as TaskManager
private  TaskManager AbstractTask.tm
           
 

Methods in edu.stanford.smi.protegex.owl.model that return TaskManager
 TaskManager OWLModel.getTaskManager()
          Gets the TaskManager that can be used for executing tasks that take a long time.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type TaskManager
 void OWLModel.setTaskManager(TaskManager taskManager)
          Sets the TaskManager.
 

Constructors in edu.stanford.smi.protegex.owl.model with parameters of type TaskManager
AbstractTask(String title, boolean canBeCancelled, TaskManager tm)
           
 

Uses of TaskManager in edu.stanford.smi.protegex.owl.model.impl
 

Fields in edu.stanford.smi.protegex.owl.model.impl declared as TaskManager
private  TaskManager AbstractOWLModel.taskManager
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return TaskManager
 TaskManager AbstractOWLModel.getTaskManager()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type TaskManager
 void AbstractOWLModel.setTaskManager(TaskManager taskManager)