edu.stanford.smi.protegex.owl.testing
Interface OWLTestResult
- All Known Implementing Classes:
- DefaultOWLTestResult, WarningMessageTestResult
public interface OWLTestResult
- Author:
- Holger Knublauch
TYPE_ERROR
static final int TYPE_ERROR
- See Also:
- Constant Field Values
TYPE_WARNING
static final int TYPE_WARNING
- See Also:
- Constant Field Values
TYPE_OWL_FULL
static final int TYPE_OWL_FULL
- See Also:
- Constant Field Values
getHost
RDFResource getHost()
getIcon
Icon getIcon()
- Gets an Icon to represent this type of OWLTestResult.
- Returns:
- an Icon (not null)
getMessage
String getMessage()
getOWLTest
OWLTest getOWLTest()
getType
int getType()
- Gets the type of result.
- Returns:
- one of TYPE_xxx
getUserObject
Object getUserObject()
- Gets the (optional) user object attached to this OWLTestResult.
- Returns:
- the user object (e.g. to provide more info on how to repair this)
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.