public class CEPOracle extends Object
| Constructor and Description |
|---|
CEPOracle() |
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
getCEPOperatorParameterSets(String operator)
Get the parameter sets for the given CEP Operator (simple, or connective)
e.g.
|
static List<String> |
getCEPWindowOperators()
Return a list of operators applicable to CEP windows
|
static boolean |
isCEPOperator(String operator)
Check whether an operator is a CEP operator
|
static boolean |
isCEPWindowOperator(String operator)
Check whether an operator is a CEP 'window' operator
|
static boolean |
isCEPWindowOperatorLength(String operator)
Check if the operator is 'window over:length'
|
static boolean |
isCEPWindowOperatorTime(String operator)
Check if the operator is 'window over:time'
|
public static boolean isCEPOperator(String operator)
operator - public static List<Integer> getCEPOperatorParameterSets(String operator)
operator - public static List<String> getCEPWindowOperators()
public static boolean isCEPWindowOperator(String operator)
operator - public static boolean isCEPWindowOperatorTime(String operator)
operator - public static boolean isCEPWindowOperatorLength(String operator)
operator - Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.