Documentation of 'hep.aida.ref.fitter.fitdata.RangeSetFilter' Java class
RangeSetFilter
hep.aida.ref.fitter.fitdata

Class RangeSetFilter

  • All Implemented Interfaces:
    IFilter


    public class RangeSetFilter
    extends java.lang.Object
    implements IFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean accept()
      Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to.
      java.lang.String expression()
      Get the expression that defined the IFilter.
      void initialize(ITuple iTuple)
      Initialize the IFilter and associate it to an ITuple.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RangeSetFilter

        public RangeSetFilter(IRangeSet[] rangeSet)
    • Method Detail

      • accept

        public boolean accept()
                       throws java.lang.RuntimeException
        Description copied from interface: IFilter
        Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to.
        Specified by:
        accept in interface IFilter
        Returns:
        true if the current data is accepted.
        Throws:
        java.lang.RuntimeException - if the IFilter has not been initialized.
      • expression

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

        public void initialize(ITuple iTuple)
                        throws java.lang.IllegalArgumentException
        Description copied from interface: IFilter
        Initialize the IFilter and associate it to an ITuple.
        Specified by:
        initialize in interface IFilter
        Parameters:
        iTuple - The ITuple to which the IFilter is sssociated.
        Throws:
        java.lang.IllegalArgumentException - If the IFilter and the ITuple are not compatible.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.