Uses of Interface
ai.planning.Action

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

Uses of Action in ai.planning
 

Methods in ai.planning that return types with arguments of type Action
 java.util.List<Action<A>> SequentialPlan.getActionSequence()
           This function returns the List of Actions that constitute this SequentialPlan.
 

Methods in ai.planning with parameters of type Action
 boolean Goal.isRelevant(Action<A> action)
           This function tests whether the given Action is relevant for this Goal.
 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 Action in ai.planning.propositional
 

Methods in ai.planning.propositional that return types with arguments of type Action
 java.util.List<Action<ai.krr.propositions.Atom>> SequentialPlan.getActionSequence()
           This function returns the List of Actions that constitute this SequentialPlan.
 

Methods in ai.planning.propositional with parameters of type Action
 boolean Goal.isRelevant(Action<ai.krr.propositions.Atom> action)
           This function tests whether the given Action is relevant for this Goal.
 Goal Goal.regress(Action<ai.krr.propositions.Atom> action)
           This function computes a new Goal that is the result of regressing this Goal through the given Action.
 

Uses of Action in ai.planning.strips
 

Classes in ai.planning.strips that implement Action
 class Action
           An Action is an activity that may be executable by some agent.
 

Methods in ai.planning.strips that return types with arguments of type Action
 java.util.List<Action<ai.krr.fol.Atom>> SequentialPlan.getActionSequence()
           This function returns the List of Actions that constitute this SequentialPlan.
 

Methods in ai.planning.strips with parameters of type Action
 boolean Goal.isRelevant(Action<ai.krr.fol.Atom> action)
           This function tests whether the given Action is relevant for this 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.