|
||||||||||
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.ASTNLevels
public class ASTNLevels
Field Summary | |
---|---|
FormulaArray |
levels
|
Fields inherited from class anl.aida.parser.SimpleNode |
---|
children, DEG_TO_RAD_FACTOR, id, info, parent, parser |
Constructor Summary | |
---|---|
ASTNLevels(int id)
|
|
ASTNLevels(Parser p,
int id)
|
Method Summary | |
---|---|
FormulaArray |
evaluate(Frame frame)
Evaluates this Node. |
void |
preprocess(Frame frame)
Performs any node level preprocessing prior to any evaluation. |
Methods inherited from class anl.aida.parser.SimpleNode |
---|
dump, gatherInfo, getInfo, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setInfo, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public FormulaArray levels
Constructor Detail |
---|
public ASTNLevels(int id)
public ASTNLevels(Parser p, int id)
Method Detail |
---|
public FormulaArray evaluate(Frame frame) throws IllegalFormulaException
evaluate
in interface Node
evaluate
in class SimpleNode
frame
-
IllegalFormulaException
public void preprocess(Frame frame) throws IllegalFormulaException
preprocess
in interface Node
preprocess
in class SimpleNode
frame
-
IllegalFormulaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |