public CommandBasedWorkingMemoryEntryPointBuilder(CommandService commandService) {
this.commandService = commandService;
}
public WorkingMemoryEntryPoint getWorkingMemoryEntryPoint(String entryPoint) {
return new CommandBasedWorkingMemoryEntryPoint( commandService, entryPoint );
}