org.sbml.jsbml.ext.arrays.validator
public class ArraysMathValidator extends java.lang.Object
MathContainer
object math
is in accordance with the arrays package specification.Constructor and Description |
---|
ArraysMathValidator() |
Modifier and Type | Method and Description |
---|---|
private static void |
addConstraints(Model model,
MathContainer math,
java.util.List<ArraysConstraint> listOfConstraints)
Populates the list of constraints based on the type of the given sbase
to be validated.
|
static java.util.List<SBMLError> |
validate(Model model,
MathContainer math)
Validates the given SBase object.
|
public static java.util.List<SBMLError> validate(Model model, MathContainer math)
model
- sbase
- private static void addConstraints(Model model, MathContainer math, java.util.List<ArraysConstraint> listOfConstraints)
model
- sbase
- listOfConstraints
-