<?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="genericagent" nsURI="http://descartes.tools/prisma/genericagent/0.1"
    nsPrefix="genericagent">
  <eClassifiers xsi:type="ecore:EClass" name="GenericAgentConfiguration">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="ecore:EClass ../../tools.descartes.prisma.model/model/scope.ecore#//ScopeReference"
        containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="requiredObjects" upperBound="-1"
        eType="#//RequiredObject" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="skeleton" lowerBound="1"
        eType="ecore:EClass ../../tools.descartes.prisma.model/model/skeleton.ecore#//ModelSkeleton"
        containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="delegations" upperBound="-1"
        eType="#//DelegationBinding" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="RequiredObject" abstract="true">
    <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1"
        eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false"
        transient="true" derived="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="DelegationBinding">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourcePort" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="destinationScope" lowerBound="1"
        eType="ecore:EClass ../../tools.descartes.prisma.model/model/scope.ecore#//ScopeReference"
        containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetPort" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="routingPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
</ecore:EPackage>