Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5906be0bd83b15d04aafcba2c451a44428d36114 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<eef-mbot:ModelingBot 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" xmlns:eef-mbot="http://www.eclipse.org/emf/eef/mbot/1.0.0" xmlns:eef-test="http://www.eclipse.org/emf/eef/test/EclipseActions/1.0.0" xmlns:eef-test_1="http://www.eclipse.org/emf/eef/test/EEFActions/1.0.0">
  <propertiesEditionContext href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_KvIaEJkmEd6sxtwdpecy3w"/>
  <sequences xsi:type="eef-mbot:Scenario">
    <processings xsi:type="eef-test:CreateProject" name="undoAddAdvTableCompo" projectName="undoAddAdvTableCompo"/>
    <processings xsi:type="eef-test:CreateModel" name="conference" documentation="" modelName="undoAddAdvTableCompo.conference" path="undoAddAdvTableCompo">
      <root href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference"/>
    </processings>
    <processings xsi:type="eef-test:CloseEditor" name="undoAddAdvTableCompo.conference" path="undoAddAdvTableCompo"/>
    <processings xsi:type="eef-test:OpenEditor" name="undoAddAdvTableCompo" documentation="" editorName="undoAddAdvTableCompo/undoAddAdvTableCompo.conference"/>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-mbot:PropertiesView">
      <processings xsi:type="eef-test_1:Add" name="site1" documentation="" referenceableObject="//@sequences.0/@processings.1">
        <type href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Site"/>
        <eContainingFeature xsi:type="ecore:EReference" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference/sites"/>
      </processings>
      <processings xsi:type="eef-mbot:Wizard">
        <processings xsi:type="eef-test_1:Add" name="room1" referenceableObject="//@sequences.0/@processings.5/@processings.0">
          <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_r1ZxAG3eEeC0ELVFaUipLQ"/>
          <type href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Room"/>
          <eContainingFeature xsi:type="ecore:EReference" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Site/rooms"/>
        </processings>
        <processings xsi:type="eef-test_1:SetAttribute" name="name" referenceableObject="//@sequences.0/@processings.5/@processings.1/@processings.0">
          <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_O_1wYG3dEeC0ELVFaUipLQ"/>
          <values>room1</values>
          <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Room/name"/>
        </processings>
        <processings xsi:type="eef-test_1:SetAttribute" name="capacity" referenceableObject="//@sequences.0/@processings.5/@processings.1/@processings.0">
          <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_SM3tEG3dEeC0ELVFaUipLQ"/>
          <values>35</values>
          <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Room/capacity"/>
        </processings>
      </processings>
      <processings xsi:type="eef-test:Save"/>
      <processings xsi:type="eef-test:Undo" name="add room1"/>
    </processings>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-test:RemoveProject" name="undoAddAdvTableCompo" projectName="undoAddAdvTableCompo"/>
  </sequences>
</eef-mbot:ModelingBot>

Back to the top