|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.abr.calculator.BaseExpression
com.abr.calculator.FunctionExpression
com.abr.calculator.AvgExpression
public class AvgExpression
AvgExpression - AVG an expression
Field Summary |
---|
Fields inherited from class com.abr.calculator.BaseExpression |
---|
m_embeddedExpr, m_master, m_nExpressionNumber, m_nGlobalExpressionNumber, m_objVariableResolutionData, m_strExpression |
Fields inherited from interface com.abr.calculator.IExpression |
---|
OPERATOR_ADD, OPERATOR_COLON, OPERATOR_COMMA, OPERATOR_DIV, OPERATOR_EXP, OPERATOR_MOD, OPERATOR_MULT, OPERATOR_NONE, OPERATOR_QUESTION, OPERATOR_SUB |
Constructor Summary | |
---|---|
AvgExpression(MasterExpression master,
java.lang.String strExpression)
|
Method Summary | |
---|---|
double |
getValueInternal(int index,
IDataSource dataSource,
ExpressionError error)
DERIVED CLASSES: *Must* override this method to return an actual value. |
Methods inherited from class com.abr.calculator.FunctionExpression |
---|
getFunctionName, getLogicalValueCount, getValue, getValueCount, parse, parseInternal, setFunctionName, toString |
Methods inherited from class com.abr.calculator.BaseExpression |
---|
getEmbeddedExpressions, getExpression, getExpressionID, getMaster, getName, getVariableResolutionData, getVariables, getVariables, resolveVariables, setEmbeddedExpression, setExpression, updateMaster |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AvgExpression(MasterExpression master, java.lang.String strExpression)
Method Detail |
---|
public double getValueInternal(int index, IDataSource dataSource, ExpressionError error)
FunctionExpression
getValueInternal
in class FunctionExpression
IExpression.getValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |