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

Packages that use RDFPropertyTest
edu.stanford.smi.protegex.owl.testing   
edu.stanford.smi.protegex.owl.testing.owldl   
edu.stanford.smi.protegex.owl.testing.sanity   
edu.stanford.smi.protegex.owl.testing.todo   
edu.stanford.smi.protegex.owl.ui.testing   
 

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

Methods in edu.stanford.smi.protegex.owl.testing with parameters of type RDFPropertyTest
private static void OWLTestLibrary.repairOWLSlotTest(RDFPropertyTest owlSlotTest, RDFProperty property)
           
 

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

Classes in edu.stanford.smi.protegex.owl.testing.owldl that implement RDFPropertyTest
 class NoPropertiesWithClassAsRangeOWLDLTest
           
 class NoSuperOrSubPropertiesOfAnnotationPropertiesTest
           
 class TransitivePropertiesCannotBeFunctionalOWLDLTest
           
 

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

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

Uses of RDFPropertyTest in edu.stanford.smi.protegex.owl.testing.todo
 

Classes in edu.stanford.smi.protegex.owl.testing.todo that implement RDFPropertyTest
 class DeprecationOWLTest
           
 

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

Methods in edu.stanford.smi.protegex.owl.ui.testing with parameters of type RDFPropertyTest
protected  void AbstractOWLTestAction.runOWLPropertyTest(List results, RDFPropertyTest test)