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

Method Summary
 void addOWLTest(OWLTest test)
           
 OWLTest[] getOWLTests()
           
 boolean isAutoRepairEnabled()
           
 boolean isOWLTestGroupEnabled(String groupName)
           
 void removeOWLTest(OWLTest test)
           
 void setAutoRepairEnabled(boolean value)
           
 void setOWLTestGroupEnabled(String groupName, boolean value)
           
 

Method Detail

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)