ValidationFunction<T>AssignmentCycleValidation, UnknownCoreAttributeAbstractValidationFunctionpublic abstract class AbstractValidationFunction<T> extends java.lang.Object implements ValidationFunction<T>
| Constructor | Description |
|---|---|
AbstractValidationFunction() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isSelfLogging() |
Returns
true is this ValidationFunction is logging itself the SBMLError(s) to the ValidationContext. |
void |
setIsSelfLogging(boolean isSelfLogging) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckpublic boolean isSelfLogging()
true is this ValidationFunction is logging itself the SBMLError(s) to the ValidationContext.
The default value is true.
true is this ValidationFunction is logging itself the SBMLError to the ValidationContext.public void setIsSelfLogging(boolean isSelfLogging)
isSelfLogging - the isSelfLogging value to set.