Package | Description |
---|---|
owltools.ontologyverification | |
owltools.ontologyverification.impl |
Modifier and Type | Method and Description |
---|---|
OntologyCheckRunner.TimePoint |
OntologyCheck.getTimePoint()
Get the
OntologyCheckRunner.TimePoint for this check.If the check is to be run on multiple time points, create multiple instance. |
static OntologyCheckRunner.TimePoint |
OntologyCheckRunner.TimePoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OntologyCheckRunner.TimePoint[] |
OntologyCheckRunner.TimePoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OntologyCheckHandler.report(StringBuilder sb,
OntologyCheckRunner.TimePoint timePoint) |
void |
OntologyCheck.setTimePoint(OntologyCheckRunner.TimePoint timePoint)
Set the
OntologyCheckRunner.TimePoint for this ontology check instance. |
Modifier and Type | Method and Description |
---|---|
OntologyCheckRunner.TimePoint |
AbstractCheck.getTimePoint() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCheck.setTimePoint(OntologyCheckRunner.TimePoint timePoint) |
Constructor and Description |
---|
AbstractCheck(String id,
String label,
boolean fatal,
OntologyCheckRunner.TimePoint timePoint) |
Copyright © 2010–2016. All rights reserved.