Interface IExecutionEngine
-
- All Known Implementing Classes:
ExecutionEngine,ParallelExecutionEngine,PartialRecallExecutionEngine,SimpleExecutionEngine
public interface IExecutionEngineImplements the engine interface. The engine is responsible for executing the input link specification object.- Version:
- 1.0
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de), Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AMappingexecute(LinkSpecification spec, IPlanner planner)Implementation of the execution of a link specification.
-
-
-
Method Detail
-
execute
AMapping execute(LinkSpecification spec, IPlanner planner)
Implementation of the execution of a link specification.- Parameters:
spec- The link specificationplanner- , The type of the planner- Returns:
- The mapping obtained from executing the plan
-
-