Package com.embabel.plan.common.condition
See: Description
-
Class Summary Class Description AbstractConditionPlanner ConditionPlan Plan towards a goal using a ConditionWorldState ConditionPlanningSystem Planning system based on actions and goals based on conditions, such as GOAP. -
Interface Summary Interface Description ConditionAction Action in a GOAP system. ConditionGoal Goal in a GOAP system. ConditionPlanner Planner based on condition world states, such as GOAP. ConditionStep Step with preconditions WorldStateDeterminer Determine the world state: the conditions that drive GOAP planning Our conditions can have 3 values: true, false or unknown. ConditionWorldState Represents the state of the world at any time. -
Enum Summary Enum Description ConditionDetermination GOAP and some other planners rely on conditions.