edu.stanford.smi.protegex.owl.testing
Interface OWLTestManager
- All Known Subinterfaces:
- OWLModel
- All Known Implementing Classes:
- AbstractOWLModel
- public interface OWLTestManager
A container of the currently active OWLTests.
- Author:
- Holger Knublauch
addOWLTest
public void addOWLTest(OWLTest test)
getOWLTests
public OWLTest[] getOWLTests()
isAutoRepairEnabled
public boolean isAutoRepairEnabled()
isOWLTestGroupEnabled
public boolean isOWLTestGroupEnabled(String groupName)
removeOWLTest
public void removeOWLTest(OWLTest test)
setAutoRepairEnabled
public void setAutoRepairEnabled(boolean value)
setOWLTestGroupEnabled
public void setOWLTestGroupEnabled(String groupName,
boolean value)