edu.stanford.smi.protegex.owl.testing
Interface OWLTestManager
- All Known Subinterfaces:
- OWLModel
- All Known Implementing Classes:
- AbstractOWLModel, JenaOWLModel, OWLDatabaseModel
public interface OWLTestManager
A container of the currently active OWLTests.
- Author:
- Holger Knublauch
addOWLTest
void addOWLTest(OWLTest test)
getOWLTests
OWLTest[] getOWLTests()
isAutoRepairEnabled
boolean isAutoRepairEnabled()
isOWLTestGroupEnabled
boolean isOWLTestGroupEnabled(String groupName)
removeOWLTest
void removeOWLTest(OWLTest test)
setAutoRepairEnabled
void setAutoRepairEnabled(boolean value)
setOWLTestGroupEnabled
void setOWLTestGroupEnabled(String groupName,
boolean value)
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.