Uses of Class
nl.tudelft.goal.unreal.actions.Action

Packages that use Action
nl.tudelft.goal.unreal.actions   
 

Uses of Action in nl.tudelft.goal.unreal.actions
 

Methods in nl.tudelft.goal.unreal.actions that return types with arguments of type Action
 Collection<Action> ActionQueue.drain()
          Drains all actions from the queue.
 

Methods in nl.tudelft.goal.unreal.actions with parameters of type Action
 boolean Action.hasEffect(Action action)
          Returns true if executing the argument action does not impede the execution of this action.
 void ActionQueue.put(Action action)
          Puts an action on the queue.
 boolean Action.replaces(Action action)
          Returns true if executing the argument action before this action will have no effect.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.