Class EqualityOperator

  • Direct Known Subclasses:
    EqualsOperator, NotEqualsOperator

    public abstract class EqualityOperator
    extends BinaryOperator

    This is the superclass for all equality operators (==, !=)

    Version:
    $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
    Author:
    Nathan Abramson - Art Technology Group
    • Constructor Detail

      • EqualityOperator

        public EqualityOperator()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object pLeft,
                                      java.lang.Object pRight,
                                      java.lang.Object pContext,
                                      Logger pLogger)
                               throws ELException
        Applies the operator to the given value
        Specified by:
        apply in class BinaryOperator
        Throws:
        ELException
      • apply

        public abstract boolean apply​(boolean pAreEqual,
                                      Logger pLogger)
        Applies the operator given the fact that the two elements are equal.