|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FlatMix
This annotation interface describes the parameters required when defining a flat mix. The flat mix where each operation has the same weight and probability of being called is the default and does not need to be defined.
| Required Element Summary | |
|---|---|
double[] |
mix
The mix of each operation named in the operations list. |
| Optional Element Summary | |
|---|---|
double |
deviation
The allowed deviation of the operation selection. |
String[] |
operations
The list of operation names. |
| Element Detail |
|---|
public abstract double[] mix
public abstract String[] operations
public abstract double deviation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||