| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionReader | |
|---|---|
| hussam.math.operations.extra | Provides extra functionality to this package. |
| hussam.math.operations.parser | Provides a User interface to read Expressions to be transformed into Operations. |
| Uses of ExpressionReader in hussam.math.operations.extra |
|---|
| Subclasses of ExpressionReader in hussam.math.operations.extra | |
|---|---|
class | DynamicExpressionReader This class Function as a factory for Expression Readers, However this factory returns a dynamic ExpressionReader which uses a DynamicFunctionFactory. |
| Methods in hussam.math.operations.extra that return ExpressionReader | |
|---|---|
static ExpressionReader | DynamicExpressionReader.getInstance() |
| Uses of ExpressionReader in hussam.math.operations.parser |
|---|
| Subclasses of ExpressionReader in hussam.math.operations.parser | |
|---|---|
class | HussamExpressionReader This class is Version 6 of all previously created readers. |
class | SmartExpressionReader This class is not in use by the package since there is a new Class called HussamExpressionReader which should be used instead. |
| Methods in hussam.math.operations.parser that return ExpressionReader | |
|---|---|
static ExpressionReader | ExpressionReader.getInstance() Returns a new instance of an OperationReader. |
static ExpressionReader | ExpressionReader.getInstance(OperationsParser parser, OperatorSource source) Returns a new instance of an OperationReader. |
static ExpressionReader | ExpressionReader.getInstance(OperationsParser parser, OperatorSource source, boolean autoCreateVariables, boolean autoOptimize) Returns a new ExpressionReader with the added attribute of creating variables when needed. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||