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

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

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 StateSense.ctx
          Context for the action
protected  CONTEXT StateAction.ctx
          Context for the action
 



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