/** * <copyright> * </copyright> * * $Id$ */ package de.hub.emffrag.fragmentation; import org.eclipse.emf.ecore.EFactory; /** * <!-- begin-user-doc --> * The <b>Factory</b> for the model. * It provides a create method for each non-abstract class of the model. * <!-- end-user-doc --> * @see de.hub.emffrag.fragmentation.InternalPackage * @generated */ public interface InternalFactory extends EFactory { /** * The singleton instance of the factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ InternalFactory eINSTANCE = de.hub.emffrag.fragmentation.InternalFactoryImpl.init(); /** * Returns a new object of class '<em>FInternal Object</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return a new object of class '<em>FInternal Object</em>'. * @generated */ FInternalObject createFInternalObject(); /** * Returns the package supported by this factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the package supported by this factory. * @generated */ InternalPackage getInternalPackage(); } //InternalFactory