|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.biosoft.math.model.PredefinedFunction
Predefined functions and operators.
| Field Summary |
| Fields inherited from interface ru.biosoft.math.model.Function |
ASSIGNMENT_PRIORITY, FUNCTION_PRIORITY, LOGICAL_PRIORITY, PLUS_PRIORITY, POWER_PRIORITY, RELATIONAL_PRIORITY, TIMES_PRIORITY, UNARY_PRIORITY |
| Constructor Summary | |
PredefinedFunction(java.lang.String name,
int priority,
int numberOfParameters)
|
|
| Method Summary | |
java.lang.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PredefinedFunction(java.lang.String name,
int priority,
int numberOfParameters)
| Method Detail |
public java.lang.String getName()
getName in interface Functionpublic int getPriority()
getPriority in interface Functionpublic int getNumberOfParameters()
getNumberOfParameters in interface Function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||