@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Param
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()
public abstract String value
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.