Generated by
JDiff

Class org.sbml.jsbml.ASTNode

Added Methods
String formulaToString(ASTNode, FormulaCompiler) Returns the formula from the given ASTNode as an infix mathematical formula produce by the given FormulaCompiler.
boolean isVector() Checks if this ASTNode represents a vector.
String toFormula(FormulaCompiler) Converts this ASTNode to a text string using a specific FormulaCompiler.
 

Changed Methods
ASTNode parseFormula(String, IFormulaParser) Change in exceptions thrown from java.lang.Exception to org.sbml.jsbml.text.parser.ParseException.
Parses a text-string mathematical formula, using the given IFormulaParser and returns a representation as an Abstract Syntax Tree.