org.sbml.jsbml.ext.arrays.validator.constraints
public class SBaseWithDimensionCheck extends ArraysConstraint
SBase
is allowed to have a listOfDimensions.Modifier and Type | Field and Description |
---|---|
private SBase |
sbase |
listOfErrors, model
Constructor and Description |
---|
SBaseWithDimensionCheck(Model model,
SBase sbase)
Creates a new SBaseWithDimensionCheck with a model and sbase.
|
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 |
logDimensionError(java.lang.String shortMsg)
Log an error indicating this object cannot have a listOfDimensions but it does.
|
getListOfErrors, logFailure
private final SBase sbase
public void check()
ArraysConstraint
check
in class ArraysConstraint
private void logDimensionError(java.lang.String shortMsg)
shortMsg
-