org.gcube.searchsystem.planning.commonvocabulary
Class OperatorSemantics

java.lang.Object
  extended by org.gcube.searchsystem.planning.commonvocabulary.OperatorSemantics

public class OperatorSemantics
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOrOperationSemantics

public static String getOrOperationSemantics(String indication)
                                      throws CQLUnsupportedException
Throws:
CQLUnsupportedException

getAndOperationSemantics

public static String getAndOperationSemantics(String indication)
                                       throws CQLUnsupportedException
Throws:
CQLUnsupportedException

getNotOperationSemantics

public static String getNotOperationSemantics(String indication)
                                       throws CQLUnsupportedException
Throws:
CQLUnsupportedException

createAndOperationArgs

public static HashMap<String,String> createAndOperationArgs(String semantics,
                                                            String indication,
                                                            String payloadSide)
                                                     throws CQLUnsupportedException
Throws:
CQLUnsupportedException

createOrOperationArgs

public static HashMap<String,String> createOrOperationArgs(String semantics,
                                                           String mode,
                                                           String indication)
                                                    throws CQLUnsupportedException
Throws:
CQLUnsupportedException

createNotOperationArgs

public static HashMap<String,String> createNotOperationArgs(String semantics,
                                                            String mode,
                                                            String indication)
                                                     throws CQLUnsupportedException
Throws:
CQLUnsupportedException


Copyright © 2013. All Rights Reserved.