Package org.apfloat.spi
Interface ExecutionBuilder
-
- All Known Implementing Classes:
ParallelExecutionBuilder
public interface ExecutionBuilder
Interface of a factory for creating execution related objects. The factory method pattern is used.- Since:
- 1.9.0
- Version:
- 1.9.0
- See Also:
ExecutionStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionStrategy
createExecution()
Creates an object for execution operations.
-
-
-
Method Detail
-
createExecution
ExecutionStrategy createExecution()
Creates an object for execution operations.- Returns:
- A suitable object for performing the execution operations.
-
-