Uses of Class
cz.cuni.amis.pogamut.sposh.context.Context

Packages that use Context
cz.cuni.amis.pogamut.sposh.executor Classes for creation and execution of primitives. 
 

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

Classes in cz.cuni.amis.pogamut.sposh.executor with type parameters of type Context
 class ParamsAction<CONTEXT extends Context>
          Base class for actions that have parameters passed to them using the reflection API.
 class ParamsSense<CONTEXT extends Context,RETURN>
          Create new parametrized sense using reflection.
 class StateAction<CONTEXT extends Context>
          Basic state action primitive.
 class StateSense<CONTEXT extends Context,RETURN>
          Basic state sense primitive.
 

Fields in cz.cuni.amis.pogamut.sposh.executor declared as Context
protected  CONTEXT StateAction.ctx
          Context for the action
protected  CONTEXT StateSense.ctx
          Context for the action
 

Constructors in cz.cuni.amis.pogamut.sposh.executor with parameters of type Context
DoNothing(Context ctx)
           
Fail(Context ctx)
           
Succeed(Context ctx)
           
 



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