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

All Superinterfaces:
OWLTest
All Known Implementing Classes:
NoImportOfSystemOntologiesOWLDLTest

public interface OWLModelTest
extends OWLTest

An interface for objects that can perform sanity checks on an ontology.

Author:
Holger Knublauch

Method Summary
 List test(OWLModel owlModel)
           
 
Methods inherited from interface edu.stanford.smi.protegex.owl.testing.OWLTest
getDocumentation, getGroup, getName
 

Method Detail

test

public List test(OWLModel owlModel)
Parameters:
owlModel -
Returns:
a List of OWLTestResult objects