public abstract class AbstractCheck extends Object implements OntologyCheck
OntologyCheck
.Modifier | Constructor and Description |
---|---|
protected |
AbstractCheck(String id,
String label,
boolean fatal,
OntologyCheckRunner.TimePoint timePoint) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getID() |
String |
getLabel() |
OntologyCheckRunner.TimePoint |
getTimePoint()
Get the
OntologyCheckRunner.TimePoint for this check.If the check is to be run on multiple time points, create multiple instance. |
int |
hashCode() |
boolean |
isFatal() |
void |
setFatal(boolean fatal)
Set the fatal parameter of the check.
|
void |
setTimePoint(OntologyCheckRunner.TimePoint timePoint)
Set the
OntologyCheckRunner.TimePoint for this ontology check instance. |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
check
protected AbstractCheck(String id, String label, boolean fatal, OntologyCheckRunner.TimePoint timePoint)
id
- label
- fatal
- timePoint
- public boolean isFatal()
isFatal
in interface OntologyCheck
public void setFatal(boolean fatal)
OntologyCheck
setFatal
in interface OntologyCheck
public String getLabel()
getLabel
in interface OntologyCheck
public String getID()
getID
in interface OntologyCheck
public OntologyCheckRunner.TimePoint getTimePoint()
OntologyCheck
OntologyCheckRunner.TimePoint
for this check.getTimePoint
in interface OntologyCheck
OntologyCheckRunner.TimePoint
or nullpublic void setTimePoint(OntologyCheckRunner.TimePoint timePoint)
OntologyCheck
OntologyCheckRunner.TimePoint
for this ontology check instance.setTimePoint
in interface OntologyCheck
Copyright © 2010–2015. All rights reserved.