|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.parser.SimpleNode
anl.aida.parser.AggregateFuncNode
anl.aida.parser.ASTMean
public class ASTMean
Field Summary | |
---|---|
private int |
count
|
private double |
val
|
Fields inherited from class anl.aida.parser.SimpleNode |
---|
children, DEG_TO_RAD_FACTOR, id, info, parent, parser |
Constructor Summary | |
---|---|
ASTMean(int id)
|
|
ASTMean(Parser p,
int id)
|
Method Summary | |
---|---|
FormulaArray |
evaluate(Frame frame)
Evaluates this Node. |
Methods inherited from class anl.aida.parser.AggregateFuncNode |
---|
gatherInfo, max, min |
Methods inherited from class anl.aida.parser.SimpleNode |
---|
dump, getInfo, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, preprocess, setInfo, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private double val
private int count
Constructor Detail |
---|
public ASTMean(int id)
public ASTMean(Parser p, int id)
Method Detail |
---|
public FormulaArray evaluate(Frame frame) throws IllegalFormulaException
evaluate
in interface Node
evaluate
in class SimpleNode
frame
-
IllegalFormulaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |