ru.biosoft.math.model
Class PredefinedFunction
- public class PredefinedFunction
- implements Function
Predefined functions and operators.
| Method Summary |
String | getName() Returns the name of the node (operator symbol or function name). |
int | getNumberOfParameters() Returns the number of required parameters, or -1 if any number of
parameters is allowed. |
int | getPriority() Returns the function or operator priority. |
PredefinedFunction
public PredefinedFunction(String name, int priority, int numberOfParameters)
getName
public String getName()
- Returns the name of the node (operator symbol or function name).
getNumberOfParameters
public int getNumberOfParameters()
- Returns the number of required parameters, or -1 if any number of
parameters is allowed.
getPriority
public int getPriority()
- Returns the function or operator priority.
to Class java.lang.String
BOTTOM