VIATRA/Releases/MigrationTo1.4
< VIATRA | Releases
Revision as of 06:32, 19 July 2016 by Balazs.grill.incquerylabs.com (Talk | contribs) (Added LS API breakage notes)
LocalSearch internal API break
The method org.eclipse.viatra.query.runtime.localsearch.planner.LocalSearchPlanner.initializePlanner(PQueryFlattener, Logger, IQueryMetaContext, IQueryRuntimeContext, PBodyNormalizer, LocalSearchRuntimeBasedStrategy, POperationCompiler, Map<String,Object>) has been removed. The initialization is performed by the constructor, which has the following signature: LocalSearchPlanner(LocalSearchBackend, Logger, PlannerConfiguration).