Uses of Class
cz.cuni.amis.pogamut.sposh.engine.VariableContext

Packages that use VariableContext
cz.cuni.amis.pogamut.sposh.engine   
cz.cuni.amis.pogamut.sposh.executor   
 

Uses of VariableContext in cz.cuni.amis.pogamut.sposh.engine
 

Constructors in cz.cuni.amis.pogamut.sposh.engine with parameters of type VariableContext
ADExecutor(PoshPlan plan, Adopt ad, VariableContext ctx, Logger log)
           
 

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

Methods in cz.cuni.amis.pogamut.sposh.executor with parameters of type VariableContext
 void ParamsAction.done(VariableContext params)
           
 void IAction.done(VariableContext params)
          This action is done, according to posh plan, some other IAction is supposed to execute, therefore use this to clean up the mess.
 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)
           
 Object BehaviorWorkExecutor.executeSense(String primitive, VariableContext ctx)
          Uses BehaviorWorkExecutor.executePrimitive(String, VariableContext).
 Object IWorkExecutor.executeSense(String senseName, VariableContext ctx)
          Execute sense and get the result.
 Object StateWorkExecutor.executeSense(String primitive, VariableContext ctx)
           
 Object PrintWorkExecutor.executeSense(String primitive, VariableContext ctx)
           
 void ParamsAction.init(VariableContext params)
           
 void IAction.init(VariableContext params)
          Initialize action.
 RETURN ISense.query(VariableContext params)
          Query current value of sense.
 RETURN ParamsSense.query(VariableContext params)
           
 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.
 



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