org.processmining.mining.geneticmining.geneticoperations
Class MutationFactory

java.lang.Object
  extended by org.processmining.mining.geneticmining.geneticoperations.MutationFactory

public class MutationFactory
extends java.lang.Object

Version:
1.0
Author:
Ana Karla A. de Medeiros

Constructor Summary
MutationFactory()
           
 
Method Summary
static java.lang.String[] getAllMutationTypes()
           
static Mutation getMutation(int indexMutationType, java.util.Random generator, double mutationRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutationFactory

public MutationFactory()
Method Detail

getAllMutationTypes

public static java.lang.String[] getAllMutationTypes()

getMutation

public static Mutation getMutation(int indexMutationType,
                                   java.util.Random generator,
                                   double mutationRate)