PlannerFactory

fun interface PlannerFactory

Pluggable planner factory

Inheritors

Functions

Link copied to clipboard
abstract fun createPlanner(processOptions: ProcessOptions, worldStateDeterminer: WorldStateDeterminer): Planner<out PlanningSystem, out WorldState, out Plan>