Uses of Class
cz.cuni.amis.pogamut.sposh.executor.ActionResult

Packages that use ActionResult
cz.cuni.amis.pogamut.sposh   
cz.cuni.amis.pogamut.sposh.executor   
 

Uses of ActionResult in cz.cuni.amis.pogamut.sposh
 

Methods in cz.cuni.amis.pogamut.sposh that return ActionResult
 ActionResult JavaBehaviour.doNothing()
          Standard action that has to be implemented everywhere.
 

Uses of ActionResult in cz.cuni.amis.pogamut.sposh.executor
 

Methods in cz.cuni.amis.pogamut.sposh.executor that return ActionResult
 ActionResult BehaviorWorkExecutor.executeAction(String primitive, VariableContext ctx)
          Uses BehaviorWorkExecutor.executePrimitive(String, VariableContext).
 ActionResult IWorkExecutor.executeAction(String actionName, VariableContext ctx)
          Execute action and get the result.
 ActionResult StateWorkExecutor.executeAction(String actionToExecuteName, VariableContext ctx)
           
 ActionResult PrintWorkExecutor.executeAction(String primitive, VariableContext ctx)
           
 ActionResult ParamsAction.run(VariableContext params)
           
 ActionResult IAction.run(VariableContext params)
          Run is called every time evaluation of posh plan determines that this and no other action is the one that is supposed to execute.
static ActionResult ActionResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ActionResult[] ActionResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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