Plan Lister
interface PlanLister
Interface for listing achievable plans based on the current world state.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun achievablePlans(processOptions: ProcessOptions, bindings: Map<String, Any>): List<Plan>
List achievable plans from the current world state.