Uses of Package
ai.planning

Packages that use ai.planning
ai.planning   
ai.planning.propositional.ssp   
ai.planning.strips   
 

Classes in ai.planning used by ai.planning
ActionType
           An ActionType represents a class of Actions.
Domain
           A planning domain corresponds to a state-transition system in which the state space is implicitly defined by the Atoms used to define the Domain and the planning problems for this Domain.
Goal
           A goal is usually defined as a set of Atoms in planning.
Plan
           This class represents a Plan which is a collection of Actions that are somehow organised.
Problem
           A planning problem over a planning Domain is defined by an initial WorldState and a Goal.
SequentialPlan
           This class class represents a SequentialPlan which is simply a sequence of Actions.
WorldState
           A WorldState is a logical representation of all the facts that are true in the state of the world represented by this WorldState.
 

Classes in ai.planning used by ai.planning.propositional.ssp
Planner
           This interface represents a planner that can find solutions to planning problems.
 

Classes in ai.planning used by ai.planning.strips
Action
           An Action is an activity that may be executable by some agent.
ActionType
           An ActionType represents a class of Actions.
Domain
           A planning domain corresponds to a state-transition system in which the state space is implicitly defined by the Atoms used to define the Domain and the planning problems for this Domain.
Goal
           A goal is usually defined as a set of Atoms in planning.
Problem
           A planning problem over a planning Domain is defined by an initial WorldState and a Goal.
SequentialPlan
           This class class represents a SequentialPlan which is simply a sequence of Actions.
WorldState
           A WorldState is a logical representation of all the facts that are true in the state of the world represented by this WorldState.