Click or drag to resize

Conjunction Class

Conjunction represents a logical AND allowing multiple sub-expressions to be connected by AND.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class Conjunction : Junction

The Conjunction type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAdd(String)
Property to add to the conjunction (AND) or disjunction (OR).
(Inherited from Junction.)
Public methodAdd(Expression)
Expression to add to the conjunction (AND) or disjunction (OR).
(Inherited from Junction.)
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also