|
Class Summary |
| Auxiliary |
Class representing an Auxiliary object. |
| BinaryOperator |
Abstract class used as superclass for binary operators. |
| Clip |
Class representing the clip function. |
| Constant |
Class representing a Constant object. |
| DataExpression |
Abstract class used as superclass for classes representing data. |
| ExpressionParser |
Expression parser for mathematical expressions. |
| ExpressionParser.Compiler |
The static class Compiler is intended for command line compilation of
source files defining dynamical systems. |
| ExpressionsStandardNames |
Abstract class used for supplying some standard names. |
| ExpressionTreeModel |
The class ExpressionTreeModel is a TreeModel implementation that allows
Expressions to be displayed as tree structures. |
| NamedDataExpression |
Abstract class used as superclass for classes representing named data. |
| OperatorExpression |
Abstract class used as super class for classes representing both unary
and binary operators (and more). |
| Parameter |
Class representing a Parameter object. |
| QuartaryOperator |
Abstract class used as superclass for quartary operators. |
| TernaryOperator |
Abstract class used as superclass for ternary operators. |
| UnaryOperator |
Abstract class used as superclass for all unary operators. |
| Variable |
Class representing a Variable object. |