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<org.sbml.jsbml.SBMLError> |
validate(org.sbml.jsbml.SBMLDocument document)
Validates the given SBMLDocument
|
static List<org.sbml.jsbml.SBMLError> |
validate(org.sbml.jsbml.SBMLDocument document,
boolean filter)
Validates the given SBMLDocument
|
public static List<org.sbml.jsbml.SBMLError> validate(org.sbml.jsbml.SBMLDocument document)
document - - a document that needs to be validatedpublic static List<org.sbml.jsbml.SBMLError> validate(org.sbml.jsbml.SBMLDocument document, boolean filter)
document - - a document that needs to be validatedfilter - - a flag that indicates whether you want to
filter out comp warnings.Copyright © 2009–2016. All rights reserved.