|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.tuple.Evaluator
public class Evaluator
| Constructor Summary | |
|---|---|
Evaluator(String expression)
Default contructor. |
|
| Method Summary | |
|---|---|
double |
evaluateDouble()
Evaluate the IEvaluator from the data in the current row of the ITuple it is associated to. |
String |
expression()
Get the expression that defined the IEvaluator. |
void |
initialize(ITuple tuple)
Initialize the IEvaluator and associate it to an ITuple. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Evaluator(String expression)
expression - The expression to evaluate on the tuple.| Method Detail |
|---|
public String expression()
IEvaluator
expression in interface IEvaluatorpublic void initialize(ITuple tuple)
IEvaluator
initialize in interface IEvaluatortuple - The ITuple to which the IEvaluator is associated.public double evaluateDouble()
IEvaluator
evaluateDouble in interface IEvaluator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||