Skip to main content
summaryrefslogtreecommitdiffstats
blob: c89a6f6db3e8afbd19e2e5e3dca207900aa044a1 (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
41
42
43
<?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="addAdvancedTableComposition" projectName="addAdvancedTableComposition"/>
    <processings xsi:type="eef-test:CreateModel" name="conference" documentation="" modelName="addAddAdvancedTableComposition.conference" path="addAdvancedTableComposition">
      <root href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference"/>
    </processings>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-mbot:DetailsPage">
      <processings xsi:type="eef-test_1:SetAttribute" name="name" documentation="" referenceableObject="//@sequences.0/@processings.1">
        <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_0lme4Bi5EeCOk6BuQTSdWA"/>
        <values>conf name</values>
        <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference/name"/>
      </processings>
      <processings xsi:type="eef-test_1:SetAttribute" name="place" referenceableObject="//@sequences.0/@processings.1">
        <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_OJpU8JktEd6sxtwdpecy3w"/>
        <values>place name</values>
        <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference/place"/>
      </processings>
      <processings xsi:type="eef-mbot:Wizard" referenceableObject="//@sequences.0/@processings.1">
        <processings xsi:type="eef-test_1:Add" name="site1" documentation="" referenceableObject="//@sequences.0/@processings.1">
          <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_P9i7gJktEd6sxtwdpecy3w"/>
          <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-test_1:SetAttribute" name="name" referenceableObject="//@sequences.0/@processings.3/@processings.2/@processings.0">
          <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_KvJBPJkmEd6sxtwdpecy3w"/>
          <values>site name</values>
          <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Site/name"/>
        </processings>
        <processings xsi:type="eef-test_1:SetAttribute" name="documentation" referenceableObject="//@sequences.0/@processings.3/@processings.2/@processings.0">
          <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_KvJBO5kmEd6sxtwdpecy3w"/>
          <values>this is a comment</values>
          <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Site/documentation"/>
        </processings>
      </processings>
      <processings xsi:type="eef-test:Save"/>
    </processings>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-test:RemoveProject" name="addAdvancedTableComposition" projectName="addAdvancedTableComposition"/>
  </sequences>
</eef-mbot:ModelingBot>

Back to the top