HEADER

ru.biosoft.math.model
Class UndeclaredFunction


public class UndeclaredFunction
implements Function

Predefined functions and operators.


Constructor Summary
UndeclaredFunction(String name, int priority)
           

Method Summary
 StringgetName()
          Returns the name of the node (operator symbol or function name).
 intgetNumberOfParameters()
           
 intgetPriority()
          Returns the function or operator priority.

Constructor Detail

UndeclaredFunction

public UndeclaredFunction(String name, int priority)
Method Detail

getName

public String getName()
Returns the name of the node (operator symbol or function name).

getNumberOfParameters

public int getNumberOfParameters()

getPriority

public int getPriority()
Returns the function or operator priority.

Association Links

to Class java.lang.String


FOOTER

BOTTOM