|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.EPBaseNamedObject
net.esper.client.soda.PatternGuardExpr
public class PatternGuardExpr
Guard is the where timer-within pattern object for use in pattern expressions.
Constructor Summary | |
---|---|
PatternGuardExpr(String namespace,
String name,
List<Object> parameters)
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternGuardExpr(String namespace,
String name,
List<Object> parameters,
PatternExpr guardedPattern)
Ctor - for use to create a pattern expression tree, without pattern child expression. |
|
PatternGuardExpr(String namespace,
String name,
Object[] parameters,
PatternExpr guarded)
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. |
void |
toEQL(StringWriter writer)
Writes the object in EQL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)" |
Methods inherited from class net.esper.client.soda.EPBaseNamedObject |
---|
getName, getNamespace, getParameters, setName, setNamespace, setParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternGuardExpr(String namespace, String name, List<Object> parameters)
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parameterspublic PatternGuardExpr(String namespace, String name, Object[] parameters, PatternExpr guarded)
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parametersguarded
- is the guarded pattern expressionpublic PatternGuardExpr(String namespace, String name, List<Object> parameters, PatternExpr guardedPattern)
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parametersguardedPattern
- is the guarded pattern expressionMethod Detail |
---|
public List<PatternExpr> getChildren()
PatternExpr
getChildren
in interface PatternExpr
public void toEQL(StringWriter writer)
EPBaseNamedObject
toEQL
in interface PatternExpr
toEQL
in class EPBaseNamedObject
writer
- to output to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |