PlanLister

interface PlanLister

Interface for listing achievable plans based on the current world state.

Inheritors

Functions

Link copied to clipboard
open fun achievableGoals(processOptions: ProcessOptions, bindings: Map<String, Any>): List<Goal>
Link copied to clipboard
abstract fun achievablePlans(processOptions: ProcessOptions, bindings: Map<String, Any>): List<Plan>

List achievable plans from the current world state.