Uses of Class
org.hawk.module.annotation.Config

Packages that use Config
org.hawk.module.config   
 

Uses of Config in org.hawk.module.config
 

Fields in org.hawk.module.config with annotations of type Config
 long HawkConfig.duration
          Total duration of hawk.
 int HawkConfig.iteration
          This determines how many times the module is to be executed.
 long HawkConfig.iterationThinkTime
          This indicates how much time hawk to sleep between iteration.
 int HawkConfig.runnable
          A switch for the user to control running of a module.
 int HawkConfig.sequence
          sequence of the module that defines its execution order.
 long HawkConfig.thinkTime
          Hawk will sleep this much time after one complete cycle.