|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dandymadeproductions.expressionparser.functions.Function
com.dandymadeproductions.expressionparser.functions.OneArgFunction
public abstract class OneArgFunction
Abstract class type for single argument functions.
Field Summary |
---|
Fields inherited from class com.dandymadeproductions.expressionparser.functions.Function |
---|
numArgs |
Constructor Summary | |
---|---|
OneArgFunction()
|
Method Summary | |
---|---|
Complex |
apply(Complex a,
Complex b)
|
double |
apply(double a,
double b)
|
Methods inherited from class com.dandymadeproductions.expressionparser.functions.Function |
---|
apply, apply, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OneArgFunction()
Method Detail |
---|
public double apply(double a, double b)
apply
in class Function
public Complex apply(Complex a, Complex b)
apply
in class Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |