See: Description
Interface | Description |
---|---|
ASTNodeCompiler |
A compiler for abstract syntax trees.
|
Class | Description |
---|---|
ASTNodeValue |
When interpreting
ASTNode s, the ASTNodeCompiler takes
elements of this class as arguments and performs its operations on it. |
FindUnitsCompiler |
Finds if an ASTNode is using any units attribute.
|
FormulaCompiler |
This class creates C-like infix formula
String s that represent the
content of ASTNode s. |
FormulaCompilerLibSBML |
This class creates C-like infix formula
String s that represent the
content of ASTNode s. |
FormulaCompilerNoPiecewise |
Produces an infix formula like
FormulaCompiler but removes all the
piecewise functions. |
HTMLFormula | |
LaTeXCompiler |
Converts
ASTNodeValue objects into a LaTeX String to be
included into scientific writings or to be displayed in a GUI. |
LibSBMLFormulaCompiler | |
MathMLCompiler |
With this compiler, an
ASTNode can be transformed into a MathML
string. |
MathMLXMLStreamCompiler |
Writes an
ASTNode the mathML. |
UnitsCompiler |
Derives the units from mathematical operations.
|
Exception | Description |
---|---|
UnitException |
Exception to be thrown if inconsistent units are used in mathematical
expressions, i.e., instances of
ASTNode . |