Class PlanDescriptor
java.lang.Object
tools.refinery.interpreter.localsearch.plan.PlanDescriptor
- All Implemented Interfaces:
IPlanDescriptor
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionPlanDescriptor
(PQuery pquery, Collection<SearchPlanForBody> plan, Set<PParameter> adornment) -
Method Summary
Modifier and TypeMethodDescriptionThe set of parameters this plan assumes to be boundThe collection ofIInputKey
s which needs to be iterated during the execution of this plan.getPlan()
The executable search plans for each body in the querygetQuery()
The query which this plan implementstoString()
-
Constructor Details
-
PlanDescriptor
-
-
Method Details
-
getQuery
Description copied from interface:IPlanDescriptor
The query which this plan implements- Specified by:
getQuery
in interfaceIPlanDescriptor
-
getPlan
Description copied from interface:IPlanDescriptor
The executable search plans for each body in the query- Specified by:
getPlan
in interfaceIPlanDescriptor
-
getAdornment
Description copied from interface:IPlanDescriptor
The set of parameters this plan assumes to be bound- Specified by:
getAdornment
in interfaceIPlanDescriptor
-
getIteratedKeys
Description copied from interface:IPlanDescriptor
The collection ofIInputKey
s which needs to be iterated during the execution of this plan. For optimal performance, instances of these keys might be indexed.- Specified by:
getIteratedKeys
in interfaceIPlanDescriptor
-
toString
-