Uses of Class
cz.cuni.amis.pogamut.sposh.JavaBehaviour

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

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

Fields in cz.cuni.amis.pogamut.sposh.executor with type parameters of type JavaBehaviour
protected  List<JavaBehaviour> BehaviorWorkExecutor.behaviors
           
 

Methods in cz.cuni.amis.pogamut.sposh.executor with parameters of type JavaBehaviour
 void BehaviorWorkExecutor.addBehavior(JavaBehaviour behavior)
          Take the behavior object, find its methods annotated with either SPOSHAction or SPOSHSense and add them as primitives this work executor can process.
 

Constructors in cz.cuni.amis.pogamut.sposh.executor with parameters of type JavaBehaviour
BehaviorWorkExecutor(JavaBehaviour behavior)
          Create BehaviorWorkExecutor with primitives from behavior.
 



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