21 lines
383 B
Java
21 lines
383 B
Java
|
/**
|
||
|
* generated by Xtext 2.23.0
|
||
|
*/
|
||
|
package fr.n7.pDL1;
|
||
|
|
||
|
import org.eclipse.emf.ecore.EObject;
|
||
|
|
||
|
/**
|
||
|
* <!-- begin-user-doc -->
|
||
|
* A representation of the model object '<em><b>Process Element</b></em>'.
|
||
|
* <!-- end-user-doc -->
|
||
|
*
|
||
|
*
|
||
|
* @see fr.n7.pDL1.PDL1Package#getProcessElement()
|
||
|
* @model
|
||
|
* @generated
|
||
|
*/
|
||
|
public interface ProcessElement extends EObject
|
||
|
{
|
||
|
} // ProcessElement
|