public class ModelValidator extends Object
Constructor and Description |
---|
ModelValidator(org.sbml.jsbml.SBMLDocument document)
Instantiates a new model validator.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Example main() method which will read an SBML file and execute a validation.
|
void |
validate()
Validate the SBML document.
|
public ModelValidator(org.sbml.jsbml.SBMLDocument document)
document
- the SBML documentpublic void validate()
public static void main(String[] args)
args
- an array of command-line arguments for the applicationCopyright © 2017–2019 Funahashi Lab.. All rights reserved.