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

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

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

Classes in cz.cuni.amis.pogamut.sposh.executor that implement IAction
 class DoNothing
          Primitive action that doesn't do anything.
 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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.