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)
document - - a document that needs to be validatedpublic static List<SBMLError> validate(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.