Documentation of 'hep.aida.ref.tuple.Evaluator' Java class
Evaluator
hep.aida.ref.tuple

Class Evaluator

  • All Implemented Interfaces:
    IEvaluator


    public class Evaluator
    extends java.lang.Object
    implements IEvaluator
    • Constructor Summary

      Constructors 
      Constructor and Description
      Evaluator(java.lang.String expression)
      Default contructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double evaluateDouble()
      Evaluate the IEvaluator from the data in the current row of the ITuple it is associated to.
      java.lang.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

      • Evaluator

        public Evaluator(java.lang.String expression)
        Default contructor.
        Parameters:
        expression - The expression to evaluate on the tuple.
    • Method Detail

      • expression

        public java.lang.String expression()
        Description copied from interface: IEvaluator
        Get the expression that defined the IEvaluator.
        Specified by:
        expression in interface IEvaluator
        Returns:
        The expression.
      • initialize

        public void initialize(ITuple tuple)
        Description copied from interface: IEvaluator
        Initialize the IEvaluator and associate it to an ITuple.
        Specified by:
        initialize in interface IEvaluator
        Parameters:
        tuple - The ITuple to which the IEvaluator is associated.
      • evaluateDouble

        public double evaluateDouble()
        Description copied from interface: IEvaluator
        Evaluate the IEvaluator from the data in the current row of the ITuple it is associated to.
        Specified by:
        evaluateDouble in interface IEvaluator
        Returns:
        The current value of the Evaluator.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.