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

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

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

Classes in cz.cuni.amis.pogamut.sposh.executor that implement ISense
 class Fail
          Primitive sense that always fails (returns false) and does nothing else.
 class ParamsSense<CONTEXT extends Context,RETURN>
          Create new parametrized sense using reflection.
 class StateSense<CONTEXT extends Context,RETURN>
          Basic state sense primitive.
 class Succeed
          Primitive sense, always succeed (return true) and do nothing else.
 

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 © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.