Click or drag to resize

PatternObserverExpr Class

Pattern observer expression observes occurances such as timer-at (crontab) and timer-interval.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaEPBaseNamedObject
    com.espertech.esper.common.client.sodaPatternObserverExpr

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

The PatternObserverExpr type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Public propertyName
Returns the object name.
(Inherited from EPBaseNamedObject.)
Public propertyNamespace
Returns the object namespace name.
(Inherited from EPBaseNamedObject.)
Public propertyParameters
Returns the object parameters.
(Inherited from EPBaseNamedObject.)
Public propertyPrecedence
Public propertyTreeObjectName
Top
Methods
  NameDescription
Public methodToEPL(TextWriter)
Writes the object in EPL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)"
(Inherited from EPBaseNamedObject.)
Public methodToEPL(TextWriter, PatternExprPrecedenceEnum, EPStatementFormatter)
Public methodToPrecedenceFreeEPL
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
Top
See Also