Package | Description |
---|---|
owltools.ontologyverification | |
owltools.ontologyverification.impl |
Modifier and Type | Method and Description |
---|---|
Collection<CheckWarning> |
OntologyCheck.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects)
Run the check for the given ontology.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OntologyCheckHandler.report(StringBuilder sb,
OntologyCheck check,
Collection<CheckWarning> warnings,
String status) |
Modifier and Type | Method and Description |
---|---|
Collection<CheckWarning> |
SelfReferenceInDefinition.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects) |
Collection<CheckWarning> |
ObsoleteClassInSignature.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects) |
Collection<CheckWarning> |
NameRedundancyCheck.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects) |
Collection<CheckWarning> |
DanglingReferenceCheck.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects) |
Collection<CheckWarning> |
CycleCheck.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects) |
Collection<CheckWarning> |
AltIdInSignature.check(OWLGraphWrapper graph,
Collection<org.semanticweb.owlapi.model.OWLObject> allOwlObjects) |
Modifier and Type | Method and Description |
---|---|
protected void |
ObsoleteClassInSignature.check(org.semanticweb.owlapi.model.OWLClass owlClass,
OWLGraphWrapper graph,
List<CheckWarning> warnings,
OWLPrettyPrinter pp) |
protected void |
DanglingReferenceCheck.check(org.semanticweb.owlapi.model.OWLClass owlClass,
OWLGraphWrapper graph,
List<CheckWarning> warnings,
OWLPrettyPrinter pp) |
protected void |
AltIdInSignature.check(org.semanticweb.owlapi.model.OWLClass owlClass,
OWLGraphWrapper graph,
Map<String,org.semanticweb.owlapi.model.OWLObject> altIds,
List<CheckWarning> warnings,
OWLPrettyPrinter pp) |
Copyright © 2010–2016. All rights reserved.