public interface Planner
| Modifier and Type | Method and Description |
|---|---|
gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode |
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
|
gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan(search.library.util.cql.query.tree.GCQLNode root)
throws CQLTreeSyntaxException,
CQLUnsupportedException
root - - the CQL tree rootCQLTreeSyntaxException - - when the input tree is not in a valid state
(this case is possible when a chain of proprocessors is applied sequentially,
before planning)CQLUnsupportedExceptionCopyright © 2015. All Rights Reserved.