/**
* generated by Xtext 2.23.0
*/
package fr.n7.pDL2;
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 fr.n7.pDL2.PDL2Package
* @generated
*/
public interface PDL2Factory extends EFactory
{
/**
* The singleton instance of the factory.
*
*
* @generated
*/
PDL2Factory eINSTANCE = fr.n7.pDL2.impl.PDL2FactoryImpl.init();
/**
* Returns a new object of class 'Process'.
*
*
* @return a new object of class 'Process'.
* @generated
*/
Process createProcess();
/**
* Returns a new object of class 'Process Element'.
*
*
* @return a new object of class 'Process Element'.
* @generated
*/
ProcessElement createProcessElement();
/**
* Returns a new object of class 'Work Definition'.
*
*
* @return a new object of class 'Work Definition'.
* @generated
*/
WorkDefinition createWorkDefinition();
/**
* Returns a new object of class 'Dependance Start'.
*
*
* @return a new object of class 'Dependance Start'.
* @generated
*/
DependanceStart createDependanceStart();
/**
* Returns a new object of class 'Work Sequence Kind Start'.
*
*
* @return a new object of class 'Work Sequence Kind Start'.
* @generated
*/
WorkSequenceKindStart createWorkSequenceKindStart();
/**
* Returns a new object of class 'Dependance Finish'.
*
*
* @return a new object of class 'Dependance Finish'.
* @generated
*/
DependanceFinish createDependanceFinish();
/**
* Returns a new object of class 'Work Sequence Kind Finish'.
*
*
* @return a new object of class 'Work Sequence Kind Finish'.
* @generated
*/
WorkSequenceKindFinish createWorkSequenceKindFinish();
/**
* Returns a new object of class 'Guidance'.
*
*
* @return a new object of class 'Guidance'.
* @generated
*/
Guidance createGuidance();
/**
* Returns the package supported by this factory.
*
*
* @return the package supported by this factory.
* @generated
*/
PDL2Package getPDL2Package();
} //PDL2Factory