Interface LogicExecutorFactory
-
- All Known Implementing Classes:
DefaultLogicExecutorFactory
public interface LogicExecutorFactoryFactory to createLogicExecutors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicExecutorcreate(@NotNull LogicExecutorContext context)Creates aLogicExecutorfrom the givenLogicExecutorContext
-
-
-
Method Detail
-
create
LogicExecutor create(@NotNull @NotNull LogicExecutorContext context)
Creates aLogicExecutorfrom the givenLogicExecutorContext- Parameters:
context- Provides context on how to create the executor- Returns:
- a LogicExecutor instance
-
-