/** */ package com.opcoach.project.documentation; 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 com.opcoach.project.documentation.MDocumentationPackage * @generated */ public interface MDocumentationFactory extends EFactory { /** * The singleton instance of the factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ MDocumentationFactory eINSTANCE = com.opcoach.project.documentation.impl.MDocumentationFactoryImpl.init(); /** * Returns a new object of class '<em>Project</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return a new object of class '<em>Project</em>'. * @generated */ MDocumentationProject createDocumentationProject(); /** * Returns a new object of class '<em>Task</em>'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return a new object of class '<em>Task</em>'. * @generated */ MDocumentationTask createDocumentationTask(); /** * Returns the package supported by this factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the package supported by this factory. * @generated */ MDocumentationPackage getDocumentationPackage(); } //MDocumentationFactory