edu.stanford.smi.protegex.owl.testing
Class AbstractOWLTest
java.lang.Object
edu.stanford.smi.protegex.owl.testing.AbstractOWLTest
- All Implemented Interfaces:
- OWLTest
- Direct Known Subclasses:
- DeprecationOWLTest, FacetConstraintsTest, FindSPARQLAssertsTest, InverseOfFunctionalMustBeInverseFunctionalTest, InverseOfInverseFunctionalMustBeFunctionalTest, InverseOfSubpropertyMustBeSubpropertyOfInverseOfSuperpropertyTest, InverseOfSymmetricPropertyMustBeSymmetricPropertyTest, InverseOfTopLevelPropertyMustBeTopLevelPropertyTest, InverseOfTransitivePropertyMustBeTransitivePropertyTest, InversePropertyMustHaveMatchingRangeAndDomainTest, MinCardiZeroTest, NoCardiRestrictionOnTransitivePropertiesOWLDLTest, NoClassesOrPropertiesInEnumerationsOWLDLTest, NoImportOfSystemOntologiesOWLDLTest, NoMetaclassOWLDLTest, NoPropertiesWithClassAsRangeOWLDLTest, NoSubclassesOfRDFClassesOWLDLTest, NoSuperOrSubPropertiesOfAnnotationPropertiesTest, PrimitiveSubclassesDisjointTest, PropertyDomainEmptyTest, PropertyDomainRedundancyTest, PropertyRangeRedundancyTest, SingleAssertedSuperclassTest, SPARQLAssertTest, SubclassesRestrictionDuplicatesThatOfSuperTest, SubpropertyDomainMustNarrowTest, SubpropertyRangeMustNarrowTest, SymmetricPropertyMustHaveEqualRangeAndDomainTest, TodoAnnotationOWLTest, TransitivePropertiesCannotBeFunctionalOWLDLTest
public abstract class AbstractOWLTest
- extends Object
- implements OWLTest
A base implementation of OWLTest.
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SANITY_GROUP
public static final String SANITY_GROUP
- See Also:
- Constant Field Values
AbstractOWLTest
public AbstractOWLTest()
AbstractOWLTest
public AbstractOWLTest(String group,
String name)
AbstractOWLTest
public AbstractOWLTest(String group,
String name,
String documentation)
getGroup
public String getGroup()
- Specified by:
getGroup
in interface OWLTest
getName
public String getName()
- Specified by:
getName
in interface OWLTest
getDocumentation
public String getDocumentation()
- Description copied from interface:
OWLTest
- Gets a documentation text that describes the test.
This could be HTML text.
- Specified by:
getDocumentation
in interface OWLTest
- Returns:
- the documentation
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.