public class WeatherHistAvg extends Function
Constructor and Description |
---|
WeatherHistAvg(Expression exp,
java.lang.String name,
int numParams) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
avg(MboRemote mbo,
java.lang.String attrName,
java.math.BigDecimal days) |
java.math.BigDecimal |
eval(java.util.List<java.math.BigDecimal> parameters)
Implementation for this function.
|
cacheFuncValue, getCachedFuncValue, getFuncError, getStringValForHashCode, hasCachedFuncValue, lazyEval, setFuncError, validateSignature
getExpression, getName, getNumParams, numParamsVaries
public WeatherHistAvg(Expression exp, java.lang.String name, int numParams)
public java.math.BigDecimal eval(java.util.List<java.math.BigDecimal> parameters)
Function
public java.math.BigDecimal avg(MboRemote mbo, java.lang.String attrName, java.math.BigDecimal days) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException