net.esper.client.soda
Class PatternObserverExpr
java.lang.Object
net.esper.client.soda.EPBaseNamedObject
net.esper.client.soda.PatternObserverExpr
- All Implemented Interfaces:
- Serializable, PatternExpr
public class PatternObserverExpr
- extends EPBaseNamedObject
- implements PatternExpr
Pattern observer expression observes occurances such as timer-at (crontab) and timer-interval.
- See Also:
- Serialized Form
Method Summary |
List<PatternExpr> |
getChildren()
Returns the list of pattern sub-expressions (child expressions) to the current pattern expression node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternObserverExpr
public PatternObserverExpr(String namespace,
String name,
Object[] parameters)
- Ctor - for use to create a pattern expression tree, without pattern child expression.
- Parameters:
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parameters
PatternObserverExpr
public PatternObserverExpr(String namespace,
String name,
List<Object> parameters)
- Ctor - for use to create a pattern expression tree, without pattern child expression.
- Parameters:
namespace
- is the guard object namespacename
- is the guard object nameparameters
- is guard object parameters
getChildren
public List<PatternExpr> getChildren()
- Description copied from interface:
PatternExpr
- Returns the list of pattern sub-expressions (child expressions) to the current pattern expression node.
- Specified by:
getChildren
in interface PatternExpr
- Returns:
- pattern child expressions or empty list if there are no child expressions