Uses of Interface
ai.planning.Plan

Packages that use Plan
ai.planning   
ai.planning.strips   
 

Uses of Plan in ai.planning
 

Subinterfaces of Plan in ai.planning
 interface SequentialPlan<A>
           This class class represents a SequentialPlan which is simply a sequence of Actions.
 

Methods in ai.planning that return Plan
 Plan<A> Planner.doPlanSearch()
           This function will search for a solution to the given planning Problem.
 

Uses of Plan in ai.planning.strips
 

Classes in ai.planning.strips that implement Plan
 class SequentialPlan