Interface LogicExecutorFactory
- All Known Implementing Classes:
DefaultLogicExecutorFactory
public interface LogicExecutorFactory
Factory to create
LogicExecutors-
Method Summary
Modifier and TypeMethodDescriptioncreate(@NotNull LogicExecutorContext context) Creates aLogicExecutorfrom the givenLogicExecutorContext
-
Method Details
-
create
Creates aLogicExecutorfrom the givenLogicExecutorContext- Parameters:
context- Provides context on how to create the executor- Returns:
- a LogicExecutor instance
-