hep.aida
Interface IEvaluatorFactory


public interface IEvaluatorFactory

Version:
$Id: IEvaluatorFactory.html,v 1.1 2002/10/08 00:51:17 tonyj Exp $
Author:
AIDA Team
Source Code:
IEvaluatorFactory.java

Method Summary
 IEvaluator create(ITuple tuple, String script)
          Create an evaluator that uses some interpreter.
 

Method Detail

create

public IEvaluator create(ITuple tuple,
                         String script)
Create an evaluator that uses some interpreter.
Parameters:
ITuple - : tuple to work with.
script - : the script has the syntax of one C statement. Variables are assumed to be labels of tuple columns. Standard C math function are authorized. for example "2*A*sin(B)"
Returns:
the requested evaluator.


Copyright © 2000, 2001 AIDA Team, All Rights Reserved.