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

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

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

Classes in cz.cuni.amis.pogamut.sposh.executor that implement ISense
 class ParamsSense<CONTEXT extends Context,RETURN>
          Create new parametrized sense using reflection.
 class StateSense<CONTEXT extends Context,RETURN>
          Basic state sense primitive.
 

Fields in cz.cuni.amis.pogamut.sposh.executor with type parameters of type ISense
protected  HashMap<String,ISense> StateWorkExecutor.senses
          Map that maps primitive name to its respective ISense.
 

Methods in cz.cuni.amis.pogamut.sposh.executor with parameters of type ISense
 void StateWorkExecutor.addSense(ISense sense)
          Add primitive, use name from annotations.
 void StateWorkExecutor.addSense(String name, ISense sense)
          Add new ISense with primtive name.
 



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