org.sbml.jsbml.ext.arrays.validator
Constructor and Description |
---|
IndexValidator() |
Modifier and Type | Method and Description |
---|---|
private static void |
addConstraints(Model model,
Index index,
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,
Index index)
Validates the given SBase object.
|
public static java.util.List<SBMLError> validate(Model model, Index index)
model
- sbase
- private static void addConstraints(Model model, Index index, java.util.List<ArraysConstraint> listOfConstraints)
model
- sbase
- listOfConstraints
-