Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 744af104e356cf8344b6251b63047c68bb740f14 (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
<?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="setAttributeCheckbox" projectName="setAttributeCheckbox"/>
    <processings xsi:type="eef-test:CreateModel" name="conference" documentation="" modelName="setAttributeCheckbox.conference" path="setAttributeCheckbox">
      <root href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Conference"/>
    </processings>
    <processings xsi:type="eef-test:CloseEditor" name="setAttributeCheckbox.conference" path="setAttributeCheckbox"/>
    <processings xsi:type="eef-test:OpenEditor" name="setAttributeCheckbox" editorName="setAttributeCheckbox/setAttributeCheckbox.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="isRegistered" referenceableObject="//@sequences.0/@processings.5/@processings.0">
        <propertiesEditionElement href="platform:/plugin/org.eclipse.emf.examples.eef.edit/models/conference.components#_KvJBLpkmEd6sxtwdpecy3w"/>
        <values>true</values>
        <eContainingFeature xsi:type="ecore:EAttribute" href="platform:/plugin/org.eclipse.emf.examples.eef/model/conference.ecore#//Person/isRegistered"/>
      </processings>
      <processings xsi:type="eef-test:Save"/>
    </processings>
    <processings xsi:type="eef-test_1:Check"/>
    <processings xsi:type="eef-test:RemoveProject" name="setAttributeCheckbox" projectName="setAttributeCheckbox"/>
  </sequences>
</eef-mbot:ModelingBot>

Back to the top