anl.aida.parser
Class ASTMaxz

java.lang.Object
  extended by anl.aida.parser.SimpleNode
      extended by anl.aida.parser.AggregateFuncNode
          extended by anl.aida.parser.ASTMaxz
All Implemented Interfaces:
Node

public class ASTMaxz
extends AggregateFuncNode


Field Summary
 
Fields inherited from class anl.aida.parser.SimpleNode
children, DEG_TO_RAD_FACTOR, id, info, parent, parser
 
Constructor Summary
ASTMaxz(int id)
           
ASTMaxz(Parser p, int id)
           
 
Method Summary
 FormulaArray evaluate(Frame frame)
          Evaluates this Node.
protected  int getIndex(Frame frame)
           
 
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
 

Constructor Detail

ASTMaxz

public ASTMaxz(int id)

ASTMaxz

public ASTMaxz(Parser p,
               int id)
Method Detail

getIndex

protected int getIndex(Frame frame)

evaluate

public FormulaArray evaluate(Frame frame)
                      throws IllegalFormulaException
Evaluates this Node.

Specified by:
evaluate in interface Node
Overrides:
evaluate in class SimpleNode
Parameters:
frame -
Returns:
the result of the evaluation.
Throws:
IllegalFormulaException