public class COUNTF extends Function
Constructor and Description |
---|
COUNTF(Expression exp,
java.lang.String name,
int numParams) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
count(MboRemote mbo,
java.lang.String relName,
java.lang.String timeLineAttrName,
java.math.BigDecimal limitDuration) |
java.math.BigDecimal |
eval(java.util.List<java.math.BigDecimal> parameters)
Implementation for this function.
|
MboRemote |
getEvalMbo(java.lang.String relation,
MboRemote mbo,
MboSetRemote msr) |
java.lang.String |
getRelation(java.lang.String relation) |
cacheFuncValue, getCachedFuncValue, getFuncError, getStringValForHashCode, hasCachedFuncValue, lazyEval, setFuncError, validateSignature
getExpression, getName, getNumParams, numParamsVaries
public COUNTF(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 count(MboRemote mbo, java.lang.String relName, java.lang.String timeLineAttrName, java.math.BigDecimal limitDuration) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public java.lang.String getRelation(java.lang.String relation) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public MboRemote getEvalMbo(java.lang.String relation, MboRemote mbo, MboSetRemote msr) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException