Class SBMLValidator
- java.lang.Object
-
- de.unirostock.sems.bives.algorithm.ModelValidator
-
- de.unirostock.sems.bives.sbml.algorithm.SBMLValidator
-
public class SBMLValidator extends de.unirostock.sems.bives.algorithm.ModelValidator
The Class SBMLValidator validates SBML code.- Author:
- Martin Scharm
-
-
Constructor Summary
Constructors Constructor Description SBMLValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBMLDocument
getDocument()
boolean
validate(de.unirostock.sems.xmlutils.ds.TreeDocument d)
boolean
validate(File d)
boolean
validate(String d)
-
-
-
Method Detail
-
validate
public boolean validate(de.unirostock.sems.xmlutils.ds.TreeDocument d)
- Specified by:
validate
in classde.unirostock.sems.bives.algorithm.ModelValidator
-
validate
public boolean validate(File d)
- Specified by:
validate
in classde.unirostock.sems.bives.algorithm.ModelValidator
-
validate
public boolean validate(String d)
- Specified by:
validate
in classde.unirostock.sems.bives.algorithm.ModelValidator
-
getDocument
public SBMLDocument getDocument()
- Specified by:
getDocument
in classde.unirostock.sems.bives.algorithm.ModelValidator
-
-