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

Packages that use CQLTreeSyntaxException
org.gcube.searchsystem.planning   
org.gcube.searchsystem.planning.maxsubtree   
org.gcube.searchsystem.planning.preprocessing   
 

Uses of CQLTreeSyntaxException in org.gcube.searchsystem.planning
 

Methods in org.gcube.searchsystem.planning that throw CQLTreeSyntaxException
 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 CQLTreeSyntaxException in org.gcube.searchsystem.planning.maxsubtree
 

Methods in org.gcube.searchsystem.planning.maxsubtree that throw CQLTreeSyntaxException
 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
 

Uses of CQLTreeSyntaxException in org.gcube.searchsystem.planning.preprocessing
 

Methods in org.gcube.searchsystem.planning.preprocessing that throw CQLTreeSyntaxException
 search.library.util.cql.query.tree.GCQLNode Preprocessor.preprocess(search.library.util.cql.query.tree.GCQLNode root)
          Receives the root of a CQL tree, preprocess it and returns a new CQL tree.