|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.EPBaseNamedObject
com.espertech.esper.client.soda.PatternObserverExpr
public class PatternObserverExpr
Pattern observer expression observes occurances such as timer-at (crontab) and timer-interval.
Constructor Summary | |
---|---|
PatternObserverExpr(String namespace,
String name,
List<Object> parameters)
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternObserverExpr(String namespace,
String name,
Object[] parameters)
Ctor - for use to create a pattern expression tree, without pattern child expression. |
Method Summary | |
---|---|
List<PatternExpr> |
getChildren()
Returns the list of pattern sub-expressions (child expressions) to the current pattern expression node. |
Methods inherited from class com.espertech.esper.client.soda.EPBaseNamedObject |
---|
getName, getNamespace, getParameters, setName, setNamespace, setParameters, toEPL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.espertech.esper.client.soda.PatternExpr |
---|
toEPL |
Constructor Detail |
---|
public PatternObserverExpr(String namespace, String name, Object[] parameters)
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parameterspublic PatternObserverExpr(String namespace, String name, List<Object> parameters)
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parametersMethod Detail |
---|
public List<PatternExpr> getChildren()
PatternExpr
getChildren
in interface PatternExpr
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |