Click or drag to resize

Junction Class

Base junction for conjunction (and) and disjunction (or).
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 abstract class Junction : ExpressionBase

The Junction type exposes the following members.

Constructors
  NameDescription
Protected methodJunction
Initializes a new instance of the Junction class
Top
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Inherited from ExpressionBase.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAdd(String)
Property to add to the conjunction (AND) or disjunction (OR).
Public methodAdd(Expression)
Expression to add to the conjunction (AND) or disjunction (OR).
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL(TextWriter)
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
(Inherited from ExpressionBase.)
Top
See Also