- RandomFunction - Class in com.banda.function.business.jep
-
Uniform random function defined for JEP tree / parser.
- RandomFunction() - Constructor for class com.banda.function.business.jep.RandomFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.AvgFunction
-
Calculates the result by averaging all parameters, which are assumed
to be of the Double type.
- run(Stack) - Method in class com.banda.function.business.jep.CountFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.EqualsFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.FirstFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.IfThenClause
-
Calculates the result of summing up all parameters, which are assumed
to be of the Double type.
- run(Stack) - Method in class com.banda.function.business.jep.LastFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.LastPositiveFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.LengthFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.MaxFunction
-
Calculates the result of summing up all parameters, which are assumed
to be of the Double type.
- run(Stack) - Method in class com.banda.function.business.jep.MiddleFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.MinFunction
-
Calculates the result of summing up all parameters, which are assumed
to be of the Double type.
- run(Stack) - Method in class com.banda.function.business.jep.NormalRandomFunction
-
Generated the random number from given interval
- run(Stack) - Method in class com.banda.function.business.jep.ProjFunction
-
- run(Stack) - Method in class com.banda.function.business.jep.RandomFunction
-
Generated the random number from given interval
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.AvgFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.CountFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.FirstFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.LastFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.LastPositiveFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.MaxFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.MiddleFunction
-
- runScalar(Stack<Number>) - Method in class com.banda.function.business.jep.MinFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.AvgFunction
-
- runVector(Stack) - Method in class com.banda.function.business.jep.CountFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.FirstFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.LastFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.LastPositiveFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.MaxFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.MiddleFunction
-
- runVector(Stack<Number[]>) - Method in class com.banda.function.business.jep.MinFunction
-