Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cfbac7cacaa3403d2eae4ff9d2ca9824bf608b82 (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
<?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="undoSetAttributeText" projectName="undoSetAttributeText"/>
    <processings xsi:type="eef-test:CreateModel" name="conference" documentation="" modelName="undoSetAttributeText.conference" path="undoSetAttributeText">
      <root href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference"/>
    </processings>
    <processings xsi:type="eef-test:CloseEditor" name="undoSetAttributeText.conference" path="undoSetAttributeText"/>
    <processings xsi:type="eef-test:OpenEditor" name="undoSetAttributeText" editorName="undoSetAttributeText/undoSetAttributeText.conference"/>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-mbot:PropertiesView">
      <processings xsi:type="eef-test_1:Add" name="participant1" documentation="" referenceableObject="//@sequences.0/@processings.1">
        <type href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Person"/>
        <eContainingFeature xsi:type="ecore:EReference" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference/participants"/>
      </processings>
      <processings xsi:type="eef-test_1:SetAttribute" name="first name" referenceableObject="//@sequences.0/@processings.5/@processings.0">
        <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_KvJBKJkmEd6sxtwdpecy3w"/>
        <values>my details page first name</values>
        <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Person/firstname"/>
      </processings>
      <processings xsi:type="eef-test_1:SetAttribute" name="first name" referenceableObject="//@sequences.0/@processings.5/@processings.0">
        <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_KvJBKJkmEd6sxtwdpecy3w"/>
        <values>my details page first name (this part will be canceled)</values>
        <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Person/firstname"/>
      </processings>
      <processings xsi:type="eef-test:Undo" name="set first name"/>
      <processings xsi:type="eef-test:Save"/>
    </processings>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-test:RemoveProject" name="undoSetAttributeText" projectName="undoSetAttributeText"/>
  </sequences>
</eef-mbot:ModelingBot>

Back to the top