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 ofIInputKeys 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:IPlanDescriptorThe query which this plan implements- Specified by:
getQueryin interfaceIPlanDescriptor
-
getPlan
Description copied from interface:IPlanDescriptorThe executable search plans for each body in the query- Specified by:
getPlanin interfaceIPlanDescriptor
-
getAdornment
Description copied from interface:IPlanDescriptorThe set of parameters this plan assumes to be bound- Specified by:
getAdornmentin interfaceIPlanDescriptor
-
getIteratedKeys
Description copied from interface:IPlanDescriptorThe collection ofIInputKeys which needs to be iterated during the execution of this plan. For optimal performance, instances of these keys might be indexed.- Specified by:
getIteratedKeysin interfaceIPlanDescriptor
-
toString
-