Class Junction

java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.Junction
All Implemented Interfaces:
Expression, Serializable
Direct Known Subclasses:
Conjunction, Disjunction

public abstract class Junction extends ExpressionBase
Base junction for conjunction (and) and disjunction (or).
See Also:
  • Constructor Details

    • Junction

      public Junction()
  • Method Details

    • add

      public Junction add(Expression expression)
      Expression to add to the conjunction (AND) or disjunction (OR).
      Parameters:
      expression - to add
      Returns:
      expression
    • add

      public Junction add(String propertyName)
      Property to add to the conjunction (AND) or disjunction (OR).
      Parameters:
      propertyName - is the name of the property
      Returns:
      expression