| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthussam.math.operations.Function
hussam.math.operations.extra.CustomFunctionFactory.CustomFunction
hussam.math.operations.extra.DynamicFunctionFactory.DynamicFunction
protected class DynamicFunctionFactory.DynamicFunction
| Field Summary |
|---|
| Fields inherited from class hussam.math.operations.extra.CustomFunctionFactory.CustomFunction |
|---|
operation, source |
| Fields inherited from interface hussam.math.operations.Operator |
|---|
COMMA, FUNCTION, INDEFINITE, LOGICAL, MULTIPLY, NOTHING, PLUS, POWER |
| Constructor Summary | |
|---|---|
protected | DynamicFunctionFactory.DynamicFunction() |
| Method Summary | |
|---|---|
double | result() returns the result of the operation. |
java.lang.String | toString() Returns a String describing the name of the function and the list of arguments. |
| Methods inherited from class hussam.math.operations.extra.CustomFunctionFactory.CustomFunction |
|---|
getVariable, prepare, setOperation |
| Methods inherited from class hussam.math.operations.Function |
|---|
checkReady, clone, compareTo, getCurrentArgumentCount, getDiscription, getName, getOperation, getOperationGroup, getType, optimize, setOperationGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected DynamicFunctionFactory.DynamicFunction()
| Method Detail |
|---|
public double result()
Operationreturns the result of the operation.
result in interface Operationresult in class CustomFunctionFactory.CustomFunctionpublic java.lang.String toString()
FunctiontoString in class CustomFunctionFactory.CustomFunction
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||