edu.stanford.smi.protegex.owl.testing
Interface RDFSClassTest

All Superinterfaces:
OWLTest
All Known Implementing Classes:
DeprecationOWLTest, NoCardiRestrictionOnTransitivePropertiesOWLDLTest, NoClassesOrPropertiesInEnumerationsOWLDLTest, NoMetaclassOWLDLTest, NoSubclassesOfRDFClassesOWLDLTest, SPARQLAssertTest

public interface RDFSClassTest
extends OWLTest

Author:
Holger Knublauch

Method Summary
 List test(RDFSClass aClass)
          Performs a check of a given RDFSClass.
 
Methods inherited from interface edu.stanford.smi.protegex.owl.testing.OWLTest
getDocumentation, getGroup, getName
 

Method Detail

test

public List test(RDFSClass aClass)
Performs a check of a given RDFSClass.

Parameters:
aClass - the RDFSClass to check
Returns:
a list of OWLTestResult objects