PlanningSystem

interface PlanningSystem

A planning system is a set of actions and goals.

Inheritors

Properties

Link copied to clipboard
abstract val actions: Set<Action>
Link copied to clipboard
abstract val goals: Set<Goal>