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

Packages that use RepairableOWLTest
edu.stanford.smi.protegex.owl.testing   
edu.stanford.smi.protegex.owl.testing.constraints   
edu.stanford.smi.protegex.owl.testing.owldl   
edu.stanford.smi.protegex.owl.testing.sanity   
 

Uses of RepairableOWLTest in edu.stanford.smi.protegex.owl.testing
 

Subinterfaces of RepairableOWLTest in edu.stanford.smi.protegex.owl.testing
 interface AutoRepairableOWLTest
          A RepairableOWLTest that can be executed efficiently enough to run permanently, i.e. after each change of a slot value.
 

Uses of RepairableOWLTest in edu.stanford.smi.protegex.owl.testing.constraints
 

Classes in edu.stanford.smi.protegex.owl.testing.constraints that implement RepairableOWLTest
 class SPARQLAssertTest
           
 

Uses of RepairableOWLTest in edu.stanford.smi.protegex.owl.testing.owldl
 

Classes in edu.stanford.smi.protegex.owl.testing.owldl that implement RepairableOWLTest
 class TransitivePropertiesCannotBeFunctionalOWLDLTest
           
 

Uses of RepairableOWLTest in edu.stanford.smi.protegex.owl.testing.sanity
 

Classes in edu.stanford.smi.protegex.owl.testing.sanity that implement RepairableOWLTest
 class InverseOfFunctionalMustBeInverseFunctionalTest
           
 class InverseOfInverseFunctionalMustBeFunctionalTest
           
 class InverseOfSubpropertyMustBeSubpropertyOfInverseOfSuperpropertyTest
           
 class InverseOfSymmetricPropertyMustBeSymmetricPropertyTest
           
 class InverseOfTopLevelPropertyMustBeTopLevelPropertyTest
           
 class InverseOfTransitivePropertyMustBeTransitivePropertyTest
           
 class InversePropertyMustHaveMatchingRangeAndDomainTest
           
 class PropertyDomainRedundancyTest
           
 class PropertyRangeRedundancyTest
           
 class SymmetricPropertyMustHaveEqualRangeAndDomainTest