public interface OntologyCheck
Modifier and Type | Method and Description |
---|---|
Collection<CheckWarning> |
check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects)
Run the check for the given ontology.
|
String |
getID() |
String |
getLabel() |
OntologyCheckRunner.TimePoint |
getTimePoint()
Get the
OntologyCheckRunner.TimePoint for this check.If the check is to be run on multiple time points, create multiple instance. |
boolean |
isFatal() |
void |
setFatal(boolean fatal)
Set the fatal parameter of the check.
|
void |
setTimePoint(OntologyCheckRunner.TimePoint timePoint)
Set the
OntologyCheckRunner.TimePoint for this ontology check instance. |
Collection<CheckWarning> check(OWLGraphWrapper graph, Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects)
graph
- ontologyallOwlObjects
- shortcut to all OWLObject
s in the ontology.String getLabel()
String getID()
boolean isFatal()
void setFatal(boolean fatal)
fatal
- OntologyCheckRunner.TimePoint getTimePoint()
OntologyCheckRunner.TimePoint
for this check.OntologyCheckRunner.TimePoint
or nullvoid setTimePoint(OntologyCheckRunner.TimePoint timePoint)
OntologyCheckRunner.TimePoint
for this ontology check instance.timePoint
- Copyright © 2010–2016. All rights reserved.