public class ArraysValidator extends 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 |
|---|---|
static List<SBMLError> |
validate(SBMLDocument document)
Validates the given
SBMLDocument |
static List<SBMLError> |
validate(SBMLDocument document,
boolean filter)
Validates the given
SBMLDocument |
public static List<SBMLError> validate(SBMLDocument document)
SBMLDocumentdocument - - a document that needs to be validatedSBMLErrorspublic static List<SBMLError> validate(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–2017. All rights reserved.