org.sbml.jsbml.ext.arrays.validator
public class DimensionValidator extends java.lang.Object
Dimension
object in the context of a given model and makes sure that
the dimension object is in accordance with the arrays package specification.Constructor and Description |
---|
DimensionValidator() |
Modifier and Type | Method and Description |
---|---|
private static void |
addConstraints(Model model,
Dimension dim,
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,
Dimension dim)
Validates the given SBase object.
|
public static java.util.List<SBMLError> validate(Model model, Dimension dim)
model
- sbase
- private static void addConstraints(Model model, Dimension dim, java.util.List<ArraysConstraint> listOfConstraints)
model
- sbase
- listOfConstraints
-