net.sourceforge.basher.annotations
Annotation Type BasherInertia


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface BasherInertia

Defines the amount of which the tasks weight (chance of running) should be incremented by after each successful invocation. Defined as a value between 1.0 and 2.0.

Version:
$Revision$
Author:
Johan Lindquist

Required Element Summary
 double inertia
          Defines the amount of which the tasks weight (chance of running) should be incremented by after each successful invocation.
 

Element Detail

inertia

public abstract double inertia
Defines the amount of which the tasks weight (chance of running) should be incremented by after each successful invocation. Defined as a value between 1.0 and 2.0.

Returns:
The inertia


Copyright © 2006-2010 Basher Team. All Rights Reserved.