net.esper.eql.spec
Class PatternGuardSpec
java.lang.Object
net.esper.eql.spec.ObjectSpec
net.esper.eql.spec.PatternGuardSpec
- All Implemented Interfaces:
- MetaDefItem
public final class PatternGuardSpec
- extends ObjectSpec
Specification for a pattern guard object consists of a namespace, name and guard object parameters.
PatternGuardSpec
public PatternGuardSpec(String namespace,
String objectName,
List<Object> objectParameters)
- Constructor.
- Parameters:
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parameters