org.sbml.jsbml.ext.arrays.validator
public class ArraysValidator extends java.lang.Object
ArraysValidator
is used to ensure that an SBMLDocument
does
not violate any validation rules specified in the Arrays Package Specifications.Constructor and Description |
---|
ArraysValidator() |
Modifier and Type | Method and Description |
---|---|
private static void |
validate(Model model,
javax.swing.tree.TreeNode node,
java.util.List<SBMLError> listOfErrors)
Recursively checks all nodes in the document.
|
static java.util.List<SBMLError> |
validate(SBMLDocument document)
Validates the given SBMLDocument
|
public static java.util.List<SBMLError> validate(SBMLDocument document)
document
- - a document that needs to be validated