37 lines
2.7 KiB
XML
37 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pDL2" nsURI="http://www.n7.fr/PDL2" nsPrefix="pDL2">
|
|
<eClassifiers xsi:type="ecore:EClass" name="Process">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="processElements" upperBound="-1"
|
|
eType="#//ProcessElement" containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="ProcessElement"/>
|
|
<eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1"
|
|
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="DependanceStart">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" eType="#//WorkDefinition"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="link" eType="#//WorkSequenceKindStart"
|
|
containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="WorkSequenceKindStart">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Started2Start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Started2Finish" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="DependanceFinish">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" eType="#//WorkDefinition"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="link" eType="#//WorkSequenceKindFinish"
|
|
containment="true"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="WorkSequenceKindFinish">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Finished2Start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Finished2Finish" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
</eClassifiers>
|
|
</ecore:EPackage>
|