| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperatorSource | |
|---|---|
| hussam.math.operations.dataBase | Used to store default Operators, operands and functions. |
| 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 OperatorSource in hussam.math.operations.dataBase |
|---|
| Classes in hussam.math.operations.dataBase that implement OperatorSource | |
|---|---|
class | OperatorFactoryDB This is the default DataSource. |
class | OperatorSourceImpl This is the default implemetation of the OperatorSource interface. |
class | OperatorSourceWrapper This DataSource wrapps a Datasource and gives the user means to access the both sources without changing the content of the base source. |
| Methods in hussam.math.operations.dataBase that return OperatorSource | |
|---|---|
OperatorSource | OperatorSourceWrapper.getInnerSource() |
| Constructors in hussam.math.operations.dataBase with parameters of type OperatorSource | |
|---|---|
OperatorSourceWrapper(OperatorSource source) Construcs a new OperatorSource with the the given sub source. | |
| Uses of OperatorSource in hussam.math.operations.extra |
|---|
| Classes in hussam.math.operations.extra that implement OperatorSource | |
|---|---|
class | DynamicOperatorSourceWrapper |
| Methods in hussam.math.operations.extra that return OperatorSource | |
|---|---|
OperatorSource | CustomFunctionFactory.getOperatorSource() Returns the operator source used by this factory. |
| Constructors in hussam.math.operations.extra with parameters of type OperatorSource | |
|---|---|
DynamicOperatorSourceWrapper(OperatorSource source) Construcs a new DynamicOperatorSource with the the given sub source. | |
| Uses of OperatorSource in hussam.math.operations.parser |
|---|
| Methods in hussam.math.operations.parser that return OperatorSource | |
|---|---|
OperatorSource | OperationReader.getOperatorSource() gets the OperatorSource for all expressions read! |
OperatorSource | SmartExpressionReader.getOperatorSource() |
| Methods in hussam.math.operations.parser with parameters of type OperatorSource | |
|---|---|
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. |
| Constructors in hussam.math.operations.parser with parameters of type OperatorSource | |
|---|---|
HussamExpressionReader(OperationsParser parser, OperatorSource source) Creates a new ExpressionReader given this spicific operator source and parser. | |
HussamExpressionReader(OperationsParser parser, OperatorSource source, boolean autoCreateVariables, boolean autoOptimize) Creates a new ExpressionReader given this spicific operator source and parser and the auto create variable flag. | |
HussamExpressionReader(OperatorSource source) Creates a new ExpressionReader given this spicific operator source. | |
SmartExpressionReader(OperationsParser parser, OperatorSource source) creates a new Expression Reader using a this OperatorSource. | |
SmartExpressionReader(OperatorSource source) Creates a new ExpressionReader given this spicific operator source. | |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||