Uses of Interface
ai.planning.Domain

Packages that use Domain
ai.planning   
ai.planning.strips   
 

Uses of Domain in ai.planning
 

Methods in ai.planning that return Domain
 Domain<A> Problem.getDomain()
           This function returns the domain over which this Problem is defined.
 Domain<A> Plan.getDomain()
           This function retrieves the Domain which contains the definitions of the ActionTypes of which the Actions in this Plan are instances.
 

Uses of Domain in ai.planning.strips
 

Classes in ai.planning.strips that implement Domain
 class Domain
           
 

Methods in ai.planning.strips that return Domain
 Domain<ai.krr.fol.Atom> SequentialPlan.getDomain()
           This function retrieves the Domain which contains the definitions of the ActionTypes of which the Actions in this Plan are instances.