Skip to content

Postplan

Definition

<postplan>
...
</postplan>

A sequence of plan elements for bookeeping actions after a goal has been resolved, performed or downdated.

Parents

Children

Behaviour

Immediately after a system goal has been fulfilled, the contents of a potential postplan element will be added to the plan in TDM. This is intended for bookkeeping tasks like assuming and forgetting propositions, possibly jumping to other plans etc.

Examples

Postplan for forgetting all propositions of the predicate attraction

<postplan>
    <forget predicate="attraction"/>
</postplan>

Postplan for keeping track of that a certain plan has been executed

<postplan>
    <assume_system_belief predicate="enrollment_done" value="true"/>
</postplan>

Last update: October 25, 2022