public class OperatorSemantics extends Object
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,String> |
createAndOperationArgs(String semantics,
String indication,
String payloadSide) |
static HashMap<String,String> |
createNotOperationArgs(String semantics,
String mode,
String indication) |
static HashMap<String,String> |
createOrOperationArgs(String semantics,
String mode,
String indication) |
static String |
getAndOperationSemantics(String indication) |
static String |
getNotOperationSemantics(String indication) |
static String |
getOrOperationSemantics(String indication) |
public static String getOrOperationSemantics(String indication) throws CQLUnsupportedException
CQLUnsupportedExceptionpublic static String getAndOperationSemantics(String indication) throws CQLUnsupportedException
CQLUnsupportedExceptionpublic static String getNotOperationSemantics(String indication) throws CQLUnsupportedException
CQLUnsupportedExceptionpublic static HashMap<String,String> createAndOperationArgs(String semantics, String indication, String payloadSide) throws CQLUnsupportedException
CQLUnsupportedExceptionpublic static HashMap<String,String> createOrOperationArgs(String semantics, String mode, String indication) throws CQLUnsupportedException
CQLUnsupportedExceptionpublic static HashMap<String,String> createNotOperationArgs(String semantics, String mode, String indication) throws CQLUnsupportedException
CQLUnsupportedExceptionCopyright © 2015. All Rights Reserved.