final Parametersatz params) {
MutSeqVerf mutSeq;
CondMutVerfahren condMut = null;
if (mutName.equalsIgnoreCase(OpsFactory.MUT_SEQ_VERH1)) {
mutSeq = new MutationKlWkeit(
new EinzelMutAdd(rand, params.getMutVerhStdAbw()),
params.getMutVerhWkeit(),
params.getMutMinFaktorVerh(),
params.getMutMaxFaktorVerh(),
params.getMutSeqLenKonstVerh(),
rand);
condMut = new MutationSEQ(mutSeq, true, false);
}
if (mutName.equalsIgnoreCase(OpsFactory.MUT_SEQ_TRANS1)) {
mutSeq = new MutationKlWkeit(
new EinzelMutAdd(rand, params.getMutTransStdAbw()),
params.getMutTransWkeit(),
params.getMutMinFaktorTrans(),
params.getMutMaxFaktorTrans(),
params.getMutSeqLenKonstTrans(),