public class DanglingReferenceCheck extends AbstractCheck
Modifier and Type | Field and Description |
---|---|
static String |
SHORT_HAND |
Constructor and Description |
---|
DanglingReferenceCheck() |
Modifier and Type | Method and Description |
---|---|
protected void |
check(org.semanticweb.owlapi.model.OWLClass owlClass,
OWLGraphWrapper graph,
List<CheckWarning> warnings,
OWLPrettyPrinter pp) |
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.protected void check(org.semanticweb.owlapi.model.OWLClass owlClass, OWLGraphWrapper graph, List<CheckWarning> warnings, OWLPrettyPrinter pp)
Copyright © 2010–2016. All rights reserved.