| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthussam.math.operations.dataBase.OperatorSourceImpl
hussam.math.operations.dataBase.OperatorSourceWrapper
hussam.math.operations.extra.DynamicOperatorSourceWrapper
public class DynamicOperatorSourceWrapper
| Constructor Summary | |
|---|---|
DynamicOperatorSourceWrapper(OperatorSource source) Construcs a new DynamicOperatorSource with the the given sub source. | |
| Method Summary | |
|---|---|
OperatorFactory<Function> | getFunctionFactory(java.lang.String name) Returns the factory for this Function. |
| Methods inherited from class hussam.math.operations.dataBase.OperatorSourceWrapper |
|---|
getFunctionFactories, getGlobalVariable, getGlobalVariables, getInnerSource, getOperandFactories, getOperandFactory, toString |
| Methods inherited from class hussam.math.operations.dataBase.OperatorSourceImpl |
|---|
addFunction, addFunctions, addGlobalVariable, addGlobalVariables, addLocalVariable, addLocalVariables, addOperand, addOperands, getLocalVariable, getLocalVariables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicOperatorSourceWrapper(OperatorSource source)
source - The inner source to be inserted.| Method Detail |
|---|
public OperatorFactory<Function> getFunctionFactory(java.lang.String name)
getFunctionFactory in interface OperatorSourcegetFunctionFactory in class OperatorSourceWrappername - The name of the function.
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||