Package | Description |
---|---|
owltools.ontologyrelease |
Oort - OBO Ontology Release Tool (OORT)
|
owltools.ontologyverification | |
owltools.ontologyverification.impl |
Modifier and Type | Method and Description |
---|---|
static OntologyCheck |
OortConfiguration.getOntologyCheck(String shortName) |
Modifier and Type | Method and Description |
---|---|
static List<OntologyCheck> |
OortConfiguration.getAvailableChecks()
Provide a list of all
OntologyCheck 's known to this configuration. |
List<OntologyCheck> |
OortConfiguration.getOntologyChecks() |
Modifier and Type | Method and Description |
---|---|
static String |
OortConfiguration.getOntologyCheckShortName(OntologyCheck check) |
Modifier and Type | Method and Description |
---|---|
void |
OortConfiguration.setOntologyChecks(List<OntologyCheck> ontologyChecks) |
Modifier and Type | Method and Description |
---|---|
protected void |
OntologyCheckHandler.report(StringBuilder sb,
OntologyCheck check,
Collection<CheckWarning> warnings,
String status) |
Constructor and Description |
---|
OntologyCheckHandler(boolean isWarningFatal,
List<OntologyCheck> checks,
List<LogHandler> handlers)
Create a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheck
Helper to reduce boiler plate code for an
OntologyCheck . |
class |
AltIdInSignature |
class |
CycleCheck
Simple cycle check using the asserted super/sub class relations.
|
class |
DanglingReferenceCheck
Check for dangling references in equivalence axioms.
|
class |
NameRedundancyCheck
Check for redundant names in labels and synonyms (scope EXACT).
By default all obsoleted objects are ignored. |
class |
ObsoleteClassInSignature |
class |
SelfReferenceInDefinition
Check, whether the class is defined using the class itself.
|
Copyright © 2010–2016. All rights reserved.