|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.formula.lib.Function
com.japisoft.formula.lib.standard.AbstractFunction
com.japisoft.formula.lib.standard.AvgFunction
Compute the average of the values
More information at : http://www.japisoft.com
Field Summary |
Fields inherited from class com.japisoft.formula.lib.standard.AbstractFunction |
ANY |
Fields inherited from class com.japisoft.formula.lib.Function |
anyArguments |
Constructor Summary | |
AvgFunction()
|
Method Summary | |
Variant |
evaluate(ListOfArgument args)
|
boolean |
matchArgument(ListOfArgument args)
|
Methods inherited from class com.japisoft.formula.lib.standard.AbstractFunction |
getFirstArgument, getSecondArgument, hasDoubleArgument |
Methods inherited from class com.japisoft.formula.lib.Function |
getArgsType, getFunctionName, setArgsType, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AvgFunction()
Method Detail |
public Variant evaluate(ListOfArgument args)
evaluate
in class Function
public boolean matchArgument(ListOfArgument args)
matchArgument
in class Function
true
is the current function supports the
following arguments. It checks for each argument for sending a
response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |