Uses of Class
org.gcube.searchsystem.planning.exception.CQLUnsupportedException

Packages that use CQLUnsupportedException
org.gcube.searchsystem.planning   
org.gcube.searchsystem.planning.commonvocabulary   
org.gcube.searchsystem.planning.maxsubtree   
 

Uses of CQLUnsupportedException in org.gcube.searchsystem.planning
 

Methods in org.gcube.searchsystem.planning that throw CQLUnsupportedException
 gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode Planner.plan(search.library.util.cql.query.tree.GCQLNode root)
          Receives the root of a CQL tree, creates a plan for the workflow layer, and returns the root of this plan
 

Uses of CQLUnsupportedException in org.gcube.searchsystem.planning.commonvocabulary
 

Methods in org.gcube.searchsystem.planning.commonvocabulary that throw CQLUnsupportedException
static java.util.HashMap<java.lang.String,java.lang.String> OperatorSemantics.createAndOperationArgs(java.lang.String semantics, java.lang.String indication, java.lang.String payloadSide)
           
static java.util.HashMap<java.lang.String,java.lang.String> OperatorSemantics.createNotOperationArgs(java.lang.String semantics, java.lang.String mode, java.lang.String indication)
           
static java.util.HashMap<java.lang.String,java.lang.String> OperatorSemantics.createOrOperationArgs(java.lang.String semantics, java.lang.String mode, java.lang.String indication)
           
static boolean IndexRelationCommonSemantics.examineCondition(TreeTransformer.GCQLCondition cond, AndTree result)
           
static java.lang.String OperatorSemantics.getAndOperationSemantics(java.lang.String indication)
           
static java.lang.String OperatorSemantics.getNotOperationSemantics(java.lang.String indication)
           
static java.lang.String OperatorSemantics.getOrOperationSemantics(java.lang.String indication)
           
 

Uses of CQLUnsupportedException in org.gcube.searchsystem.planning.maxsubtree
 

Methods in org.gcube.searchsystem.planning.maxsubtree that throw CQLUnsupportedException
 GeneralTreeNode TwoPhaseComposer.compose()
           
 gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode MaxSubtreePlanner.plan(search.library.util.cql.query.tree.GCQLNode root)
          Receives the root of a CQL tree, creates a plan for the workflow layer, and returns the root of this plan
static java.util.ArrayList<java.util.Set<TreeTransformer.GCQLCondition>> TreeTransformer.pushNotDownOrUp(search.library.util.cql.query.tree.GCQLNode node, boolean revert)
           
 java.util.ArrayList<AndTree> MaxSubtreeRewritter.rewrite()