/**
*/
package mutator;
import org.eclipse.emf.ecore.EFactory;
/**
*
* The Factory for the model.
* It provides a create method for each non-abstract class of the model.
*
* @see mutator.MutatorPackage
* @generated
*/
public interface MutatorFactory extends EFactory {
/**
* The singleton instance of the factory.
*
*
* @generated
*/
MutatorFactory eINSTANCE = mutator.impl.MutatorFactoryImpl.init();
/**
* Returns a new object of class 'Random Mutate Model'.
*
*
* @return a new object of class 'Random Mutate Model'.
* @generated
*/
RandomMutateModel createRandomMutateModel();
/**
* Returns the package supported by this factory.
*
*
* @return the package supported by this factory.
* @generated
*/
MutatorPackage getMutatorPackage();
} //MutatorFactory