| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| 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. |
| Uses of Variable in hussam.math.operations |
|---|
| Subclasses of Variable in hussam.math.operations | |
|---|---|
class | Constant This is an Operation that simulates a constant number. |
| Methods in hussam.math.operations that return Variable | |
|---|---|
Variable | Variable.clone(OperatorSourceImpl s) Clones this Variable only if it is not contained in the operatorSource given. |
| Uses of Variable in hussam.math.operations.dataBase |
|---|
| Methods in hussam.math.operations.dataBase that return Variable | |
|---|---|
Variable | OperatorSource.getGlobalVariable(java.lang.String name) Returns the Global Variable. |
Variable | OperatorSourceImpl.getGlobalVariable(java.lang.String name) |
Variable | OperatorSourceWrapper.getGlobalVariable(java.lang.String name) Returns the Global Variable by this name. |
Variable | OperatorSource.getLocalVariable(java.lang.String name) Returns the Local Variable. |
Variable | OperatorSourceImpl.getLocalVariable(java.lang.String name) |
| Methods in hussam.math.operations.dataBase that return types with arguments of type Variable | |
|---|---|
java.util.Map<java.lang.String,Variable> | OperatorSource.getGlobalVariables() Returns a map of all Global Variables. |
java.util.Map<java.lang.String,Variable> | OperatorSourceImpl.getGlobalVariables() Returns all Global Variables. |
java.util.Map<java.lang.String,Variable> | OperatorSourceWrapper.getGlobalVariables() Returns all Global Variable in this source, and inside the sub source. |
java.util.Map<java.lang.String,Variable> | OperatorSource.getLocalVariables() Returns a map of all Local variables. |
java.util.Map<java.lang.String,Variable> | OperatorSourceImpl.getLocalVariables() Returns all local Variables. |
| Methods in hussam.math.operations.dataBase with parameters of type Variable | |
|---|---|
void | OperatorSourceImpl.addGlobalVariable(Variable v) add a global Variable to the Data Source. |
void | OperatorSourceImpl.addLocalVariable(Variable v) adds a local variable to this source. |
| Method parameters in hussam.math.operations.dataBase with type arguments of type Variable | |
|---|---|
void | OperatorSourceImpl.addGlobalVariables(java.util.Map<java.lang.String,? extends Variable> v) adds all Global Variables. |
void | OperatorSourceImpl.addLocalVariables(java.util.Map<java.lang.String,? extends Variable> v) adds all local variables. |
| Uses of Variable in hussam.math.operations.extra |
|---|
| Methods in hussam.math.operations.extra that return Variable | |
|---|---|
Variable | CustomFunctionFactory.CustomFunction.getVariable(int i) Returns the variable contained in the expression. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||