Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 86492b1ac59dad3e4259734c4d34ae1fb988ad72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:states="http:///schemas/states/_pBeIEPgXEeW8Us5SRbfNZA/0" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xsi:schemaLocation="http:///schemas/states/_pBeIEPgXEeW8Us5SRbfNZA/0 states.profile.uml#_pBhLYfgXEeW8Us5SRbfNZA">
  <uml:Model xmi:id="_bgcTYPgUEeW8Us5SRbfNZA" name="model">
    <packagedElement xmi:type="uml:Class" xmi:id="_djwO8PgUEeW8Us5SRbfNZA" name="Class1" classifierBehavior="_ejtQEPgUEeW8Us5SRbfNZA">
      <ownedBehavior xmi:type="uml:StateMachine" xmi:id="_ejtQEPgUEeW8Us5SRbfNZA" name="StateMachine1">
        <region xmi:type="uml:Region" xmi:id="_e2cl4PgUEeW8Us5SRbfNZA" name="Region1">
          <subvertex xmi:type="uml:Pseudostate" xmi:id="_uywKMPgXEeW8Us5SRbfNZA" name="Initial1"/>
        </region>
      </ownedBehavior>
    </packagedElement>
    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_sQXtAPgXEeW8Us5SRbfNZA">
      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_sQYUEfgXEeW8Us5SRbfNZA" source="PapyrusVersion">
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_sQYUEvgXEeW8Us5SRbfNZA" key="Version" value="0.0.1"/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_sQYUE_gXEeW8Us5SRbfNZA" key="Comment" value=""/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_sQYUFPgXEeW8Us5SRbfNZA" key="Copyright" value=""/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_sQYUFfgXEeW8Us5SRbfNZA" key="Date" value="2016-04-01"/>
        <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_sQYUFvgXEeW8Us5SRbfNZA" key="Author" value=""/>
      </eAnnotations>
      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_sQYUEPgXEeW8Us5SRbfNZA" source="http://www.eclipse.org/uml2/2.0.0/UML">
        <references xmi:type="ecore:EPackage" href="states.profile.uml#_pBhLYfgXEeW8Us5SRbfNZA"/>
      </eAnnotations>
      <appliedProfile xmi:type="uml:Profile" href="states.profile.uml#_f3edsPgXEeW8Us5SRbfNZA"/>
    </profileApplication>
  </uml:Model>
  <states:S1 xmi:id="_uBtu0PgXEeW8Us5SRbfNZA" base_Region="_e2cl4PgUEeW8Us5SRbfNZA"/>
</xmi:XMI>

Back to the top