Uses of Interface
edu.stanford.smi.protegex.owl.testing.OWLTestManager

Packages that use OWLTestManager
edu.stanford.smi.protegex.owl.database   
edu.stanford.smi.protegex.owl.jena   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.testing   
 

Uses of OWLTestManager in edu.stanford.smi.protegex.owl.database
 

Classes in edu.stanford.smi.protegex.owl.database that implement OWLTestManager
 class OWLDatabaseModel
          An AbstractOWLModel with extra support for databases.
 

Uses of OWLTestManager in edu.stanford.smi.protegex.owl.jena
 

Classes in edu.stanford.smi.protegex.owl.jena that implement OWLTestManager
 class JenaOWLModel
          An OWLModel that can be synchronized with a Jena OntModel.
 

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

Subinterfaces of OWLTestManager in edu.stanford.smi.protegex.owl.model
 interface OWLModel
          A KnowledgeBase with a number of convenience methods to handle anonymous classes.
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLTestManager
 class AbstractOWLModel
           
 

Uses of OWLTestManager in edu.stanford.smi.protegex.owl.ui.testing
 

Fields in edu.stanford.smi.protegex.owl.ui.testing declared as OWLTestManager
private  OWLTestManager OWLTestSettingsTableModel.testManager
           
protected  OWLTestManager AbstractOWLTestAction.testManager
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.testing with parameters of type OWLTestManager
OWLTestSettingsTableModel(OWLTestManager testManager)
           
AbstractOWLTestAction(OWLModel owlModel, OWLTestManager testManager, String text, Icon icon)
           
OWLTestInstanceAction(OWLModel owlModel, OWLTestManager testManager, edu.stanford.smi.protege.util.Selectable selectable)
           
OWLTestSettingsPanel(OWLTestManager testManager)