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 | Description |
|---|---|
ArraysValidator() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<org.sbml.jsbml.SBMLError> |
validate(org.sbml.jsbml.SBMLDocument document) |
Validates the given
SBMLDocument |
static java.util.List<org.sbml.jsbml.SBMLError> |
validate(org.sbml.jsbml.SBMLDocument document,
boolean filter) |
Validates the given
SBMLDocument |
public static java.util.List<org.sbml.jsbml.SBMLError> validate(org.sbml.jsbml.SBMLDocument document)
SBMLDocumentdocument - - a document that needs to be validatedSBMLErrorspublic static java.util.List<org.sbml.jsbml.SBMLError> validate(org.sbml.jsbml.SBMLDocument document,
boolean filter)
SBMLDocumentdocument - - a document that needs to be validatedfilter - - a flag that indicates whether you want to
filter out comp warnings.SBMLErrorsCopyright © 2009–2022. All rights reserved.