| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperatorSourceImpl | |
|---|---|
| hussam.math.operations | Provides the Logical View of Mathematical operations. |
| 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 OperatorSourceImpl in hussam.math.operations |
|---|
| Methods in hussam.math.operations with parameters of type OperatorSourceImpl | |
|---|---|
ConstantNumber | ConstantNumber.clone(OperatorSourceImpl s) |
Function | Function.clone(OperatorSourceImpl s) |
MyGroup | MyGroup.clone(OperatorSourceImpl s) |
Operand | Operand.clone(OperatorSourceImpl s) |
Operation | Operation.clone(OperatorSourceImpl ops) This method clones the operation. |
OperationProxy | OperationProxy.clone(OperatorSourceImpl s) |
Variable | Variable.clone(OperatorSourceImpl s) Clones this Variable only if it is not contained in the operatorSource given. |
| Uses of OperatorSourceImpl in hussam.math.operations.dataBase |
|---|
| Subclasses of OperatorSourceImpl in hussam.math.operations.dataBase | |
|---|---|
class | OperatorFactoryDB This is the default DataSource. |
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 OperatorSourceImpl | |
|---|---|
static OperatorSourceImpl | OperatorFactoryDB.getInstance() Returns the sole instance of this DataSource. |
| Uses of OperatorSourceImpl in hussam.math.operations.extra |
|---|
| Subclasses of OperatorSourceImpl in hussam.math.operations.extra | |
|---|---|
class | DynamicOperatorSourceWrapper |
| Constructors in hussam.math.operations.extra with parameters of type OperatorSourceImpl | |
|---|---|
CustomFunctionFactory(OperatorSourceImpl source, java.lang.String name, java.lang.String description, java.lang.String expression) Creates a new Factory given the expression. | |
DynamicFunctionFactory(OperatorSourceImpl s, java.lang.String name, java.lang.String expression, java.lang.String description) Creates a new Dynamic Function Factory. | |
| Uses of OperatorSourceImpl in hussam.math.operations.parser |
|---|
| Methods in hussam.math.operations.parser that return OperatorSourceImpl | |
|---|---|
OperatorSourceImpl | HussamExpressionReader.getOperatorSource() |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||