public class MathFunctionFactory extends java.lang.Object implements IMathFunctionFactory
Allows to create a math function
Constructor and Description |
---|
MathFunctionFactory() |
Modifier and Type | Method and Description |
---|---|
IMathFunction |
createMathFunction(IMathElement funcName,
IMathElement baseArgument)
Creates math function
|
IMathFunction |
createMathFunction(java.lang.String funcName,
IMathElement baseArgument)
Creates math function
|
public final IMathFunction createMathFunction(IMathElement funcName, IMathElement baseArgument)
Creates math function
createMathFunction
in interface IMathFunctionFactory
funcName
- Element used as a function namebaseArgument
- Element used as a function argumentpublic final IMathFunction createMathFunction(java.lang.String funcName, IMathElement baseArgument)
Creates math function
createMathFunction
in interface IMathFunctionFactory
funcName
- Function namebaseArgument
- Element used as a function argument