com.sun.faban.driver
Annotation Type Row
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Row
The matrix mix row defines the operation and the selection weight
after each operation. The sequence of the selection weight
must match the sequence of the Row array in the MatrixMix
itself.
- Author:
- Akara Sucharitakul
Required Element Summary |
double[] |
value
The operation mix, according to the name sequence defined in the
MatrixMix to be executed after an operation that defines this row. |
value
public abstract double[] value
- The operation mix, according to the name sequence defined in the
MatrixMix to be executed after an operation that defines this row.