cz.cuni.amis.pogamut.sposh.executor
Annotation Type Param


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Param

Specified the name of a variable from the VariableContext that will be mapped the parameter with the annotation. This annotation is used in the implementations of actions and senses, where the engine uses reflection API to map the VariableContext variables to the specified parameters of the primitives. Example:

   public void init()
 

Author:
Honza Havlicek

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value
Returns:


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