sk.robotics.rlcs.agentspace
Annotation Type Agent.Cfg.Limited


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Agent.Cfg.Limited

Annotation for limiting range of allowed values for number fields. The validate() method checks fields annotated with this annotation for the limits.


Required Element Summary
 double max
           
 double min
           
 

Element Detail

min

public abstract double min

max

public abstract double max