blob: deeec74a3b8f658f88ea023f1f02971109aa65a3 [file] [log] [blame]
<?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="process" nsURI="http://process/1.0" nsPrefix="process">
<eClassifiers xsi:type="ecore:EClass" name="ProcessModel" eSuperTypes="../model/general.ecore#//DescribableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedActivity" upperBound="-1"
eType="#//Activity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParticipant" upperBound="-1"
eType="#//Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTechnique" upperBound="-1"
eType="#//Technique" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="../model/assuranceasset.ecore#//ManageableAssuranceAsset ../model/general.ecore#//DescribableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subActivity" upperBound="-1"
eType="#//Activity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="precedingActivity" upperBound="-1"
eType="#//Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participant" upperBound="-1"
eType="#//Participant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="technique" upperBound="-1"
eType="#//Technique"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRel" upperBound="-1"
eType="#//ActivityRel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredArtefact" upperBound="-1"
eType="ecore:EClass ../model/evidence.ecore#//Artefact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="producedArtefact" upperBound="-1"
eType="ecore:EClass ../model/evidence.ecore#//Artefact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assetEvent" upperBound="-1"
eType="ecore:EClass ../model/assuranceasset.ecore#//AssuranceAssetEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant" eSuperTypes="../model/assuranceasset.ecore#//AssuranceAsset ../model/general.ecore#//DescribableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedArtefact" upperBound="-1"
eType="ecore:EClass ../model/evidence.ecore#//Artefact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggeredAssetEvent" upperBound="-1"
eType="ecore:EClass ../model/assuranceasset.ecore#//AssuranceAssetEvent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Technique" eSuperTypes="../model/assuranceasset.ecore#//AssuranceAsset ../model/general.ecore#//DescribableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="createdArtefact" upperBound="-1"
eType="ecore:EClass ../model/evidence.ecore#//Artefact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Participant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" upperBound="-1"
eType="#//Organization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tool" eSuperTypes="#//Participant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization" eSuperTypes="#//Participant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subOrganization" upperBound="-1"
eType="#//Organization" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityRel">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Activity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EEnum ../model/general.ecore#//ActivityRelKind"/>
</eClassifiers>
</ecore:EPackage>