Class TestGenRemoveRandomBlockMutator<T>
- java.lang.Object
-
- org.optaplanner.constraint.drl.testgen.mutation.TestGenRemoveRandomBlockMutator<T>
-
public class TestGenRemoveRandomBlockMutator<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description TestGenRemoveRandomBlockMutator(List<T> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canMutate()
List<T>
getRemovedBlock()
List<T>
getResult()
List<T>
mutate()
void
revert()
-