Uses of Interface
cz.cuni.amis.pogamut.sposh.executor.IAction

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

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

Classes in cz.cuni.amis.pogamut.sposh.executor that implement IAction
 class ParamsAction<CONTEXT extends Context>
          Base class for actions that have parameters passed to them using the reflection API.
 class StateAction<CONTEXT extends Context>
          Basic state action primitive.
 

Fields in cz.cuni.amis.pogamut.sposh.executor with type parameters of type IAction
protected  HashMap<String,IAction> StateWorkExecutor.actions
          Map that maps primtive name to IAction.
 

Methods in cz.cuni.amis.pogamut.sposh.executor with parameters of type IAction
 void StateWorkExecutor.addAction(IAction action)
          Add primitive, use name from annotations.
 void StateWorkExecutor.addAction(String name, IAction action)
          Add new IAction with primitive name.
 



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