public class SelfReferenceInDefinition extends AbstractCheck
Modifier and Type | Field and Description |
---|---|
static String |
SHORT_HAND |
Constructor and Description |
---|
SelfReferenceInDefinition() |
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.
|
equals, getID, getLabel, getTimePoint, hashCode, isFatal, setFatal, setTimePoint
public static final String SHORT_HAND
public Collection<CheckWarning> check(OWLGraphWrapper graph, Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects)
OntologyCheck
graph
- ontologyallOwlObjects
- shortcut to all OWLObject
s in the ontology.Copyright © 2010–2016. All rights reserved.