blob: 0c73033286d95ceec3015571a02a7e7a6774450f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (c) 2007,2008 Tata Consultancy Services and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* TCS - initial implementation for ModelMorf
* E.D.Willink - alignment with evolved specification
-->
<emof:Package xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:emof="http://schema.omg.org/spec/MOF/2.0/emof.xml" xmi:id="stmMM_p"
name="stmMM_p" uri="stmMM_p">
<ownedType xmi:type="emof:Class" xmi:id="stmMM_p.State" name="State">
<ownedAttribute xmi:id="stmMM_p.State.outTrans" name="outTrans" upper="*" type="stmMM_p.Trans"
opposite="stmMM_p.Trans.fromState"/>
<ownedAttribute xmi:id="stmMM_p.State.inTrans" name="inTrans" upper="*" type="stmMM_p.Trans"
opposite="stmMM_p.Trans.toState"/>
<ownedAttribute xmi:id="stmMM_p.State.name" name="name">
<type xmi:type="emof:PrimitiveType" href="http://schema.omg.org/spec/MOF/2.0/emof.xml#String"/>
</ownedAttribute>
</ownedType>
<ownedType xmi:type="emof:Class" xmi:id="stmMM_p.Trans" name="Trans">
<ownedAttribute xmi:id="stmMM_p.Trans.fromState" name="fromState" lower="1" type="stmMM_p.State"
opposite="stmMM_p.State.outTrans"/>
<ownedAttribute xmi:id="stmMM_p.Trans.toState" name="toState" lower="1" type="stmMM_p.State"
opposite="stmMM_p.State.inTrans"/>
<ownedAttribute xmi:id="stmMM_p.Trans.name" name="name">
<type xmi:type="emof:PrimitiveType" href="http://schema.omg.org/spec/MOF/2.0/emof.xml#String"/>
</ownedAttribute>
</ownedType>
<ownedType xmi:type="emof:Class" xmi:id="stmMM_p.dummy" name="dummy">
<ownedAttribute xmi:id="stmMM_p.dummy.container_state" name="container_state"
upper="*" type="stmMM_p.State" isComposite="true"/>
<ownedAttribute xmi:id="stmMM_p.dummy.container_trans" name="container_trans"
upper="*" type="stmMM_p.Trans" isComposite="true"/>
<ownedAttribute xmi:id="stmMM_p.dummy.name" name="name">
<type xmi:type="emof:PrimitiveType" href="http://schema.omg.org/spec/MOF/2.0/emof.xml#String"/>
</ownedAttribute>
</ownedType>
</emof:Package>