org.sbml.jsbml.ext.arrays.validator.constraints
public class IndexAttributesCheck extends ArraysConstraint
Index
object references a valid referenced attribute and that
it doesn't go out of bounds.Modifier and Type | Field and Description |
---|---|
(package private) Index |
index |
listOfErrors, model
Constructor and Description |
---|
IndexAttributesCheck(Model model,
Index index) |
Modifier and Type | Method and Description |
---|---|
void |
check()
This function is used to check if the given model
doesn't violate the constraint specified by this
object.
|
private void |
logDimensionMismatch(java.lang.String shortMsg) |
private void |
logIndexMissingAttribute(java.lang.String shortMsg) |
private void |
logInvalidRefAttribute(java.lang.String shortMsg) |
private void |
logNotBounded(java.lang.String shortMsg) |
private void |
logNotStaticComp(java.lang.String shortMsg) |
getListOfErrors, logFailure
Index index
public void check()
ArraysConstraint
check
in class ArraysConstraint
private void logDimensionMismatch(java.lang.String shortMsg)
private void logNotBounded(java.lang.String shortMsg)
private void logNotStaticComp(java.lang.String shortMsg)
private void logIndexMissingAttribute(java.lang.String shortMsg)
private void logInvalidRefAttribute(java.lang.String shortMsg)