44 lines
822 B
Java
44 lines
822 B
Java
|
/**
|
||
|
* generated by Xtext 2.23.0
|
||
|
*/
|
||
|
package fr.n7.pDL2.impl;
|
||
|
|
||
|
import fr.n7.pDL2.PDL2Package;
|
||
|
import fr.n7.pDL2.ProcessElement;
|
||
|
|
||
|
import org.eclipse.emf.ecore.EClass;
|
||
|
|
||
|
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
|
||
|
|
||
|
/**
|
||
|
* <!-- begin-user-doc -->
|
||
|
* An implementation of the model object '<em><b>Process Element</b></em>'.
|
||
|
* <!-- end-user-doc -->
|
||
|
*
|
||
|
* @generated
|
||
|
*/
|
||
|
public class ProcessElementImpl extends MinimalEObjectImpl.Container implements ProcessElement
|
||
|
{
|
||
|
/**
|
||
|
* <!-- begin-user-doc -->
|
||
|
* <!-- end-user-doc -->
|
||
|
* @generated
|
||
|
*/
|
||
|
protected ProcessElementImpl()
|
||
|
{
|
||
|
super();
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* <!-- begin-user-doc -->
|
||
|
* <!-- end-user-doc -->
|
||
|
* @generated
|
||
|
*/
|
||
|
@Override
|
||
|
protected EClass eStaticClass()
|
||
|
{
|
||
|
return PDL2Package.Literals.PROCESS_ELEMENT;
|
||
|
}
|
||
|
|
||
|
} //ProcessElementImpl
|