|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckResult | |
---|---|
owltools.ontologyverification |
Uses of CheckResult in owltools.ontologyverification |
---|
Methods in owltools.ontologyverification that return CheckResult | |
---|---|
static CheckResult |
CheckResult.createError(List<String> messages)
|
static CheckResult |
CheckResult.createError(String message)
|
static CheckResult |
CheckResult.createSuccess()
|
static CheckResult |
CheckResult.createSuccess(String message)
|
static CheckResult |
CheckResult.createWarning(List<String> messages)
|
static CheckResult |
CheckResult.createWarning(String message)
|
CheckResult |
DefaultOntologyChecks.selfReferenceInDefinition(OWLGraphWrapper owlGraphWrapper)
Check, whether the class is defined using the class itself. |
Methods in owltools.ontologyverification with parameters of type CheckResult | |
---|---|
protected void |
OntologyCheckHandler.report(StringBuilder sb,
CheckResult checkResult,
CheckResult.Status status)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |