Re: TRUE & FALSE Expression

From: Øyvind Harboe (oyvind.harbo..ylin.com)
Date: Tue Aug 15 2006 - 15:57:15 EDT

  • Next message: Andrus Adamchik: "Re: TRUE & FALSE Expression"

    On 8/15/06, Mike Kienenberger <mkienen..mail.com> wrote:
    > I don't understand what you're asking.
    >
    > Can you give a concrete and specific example?

    Here I start off with TRUE and then reduce the matching set using andExp().

    Expression e=ExpressionFactory.expTrue();

    if (xxx)
    {
      e=e.andExp(....);
    }

    if (yyy)
    {
      e=e.andExp(....);
    }

    return e;

    -- 
    Øyvind Harboe
    http://www.zylin.com
    



    This archive was generated by hypermail 2.0.0 : Tue Aug 15 2006 - 15:57:41 EDT