Uses of Interface
ai.planning.Goal

Packages that use Goal
ai.planning   
ai.planning.strips   
 

Uses of Goal in ai.planning
 

Methods in ai.planning that return Goal
 Goal<A> Problem.getGoal()
           This function returns the goal conditions that define this Problem.
 Goal<A> Goal.regress(Action<A> action)
           This function computes a new Goal that is the result of regressing this Goal through the given Action.
 

Uses of Goal in ai.planning.strips
 

Classes in ai.planning.strips that implement Goal
 class Goal
           A goal is defined as a set of Atoms in propositional planning.
 

Methods in ai.planning.strips that return Goal
 Goal<ai.krr.fol.Atom> Goal.regress(Action<ai.krr.fol.Atom> action)
           This function computes a new Goal that is the result of regressing this Goal through the given Action.