hep.aida
Interface IFilterFactory


public interface IFilterFactory

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

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

Method Detail

create

public IFilter 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 "within if" statement. Variables are assumed to be labels of tuple columns. Standard C math function are authorized. for example "(A>1)&&(sin(B)<=0)"
Returns:
the requested filter.


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