Sha256: c96392aee1280d6a8c41c56be77f87e072d7c7d1bfca17ac27c72be2df2133e8

Contents?: true

Size: 1.88 KB

Versions: 2

Compression:

Stored size: 1.88 KB

Contents

<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
  <attributes>
    <uuid>537545f8-654a-4f7e-b1c7-f52044651584</uuid>
    <info>decisiontest</info>
    <modeltype>CPEE</modeltype>
    <theme>default</theme>
  </attributes>
  <state>stopped</state>
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
  <positions>
    <a2>after</a2>
  </positions>
  <dataelements>
    <amount>2</amount>
  </dataelements>
  <endpoints>
    <timeout>http://gruppe.wst.univie.ac.at/~mangler/services/timeout.php</timeout>
  </endpoints>
  <dsl>choose :exclusive do
  alternative "data.amount &lt; 20" do
    manipulate :a1, &lt;&lt;-END
      data.amount += 12
    END
  end
  alternative "data.amount &gt;= 20" do
    manipulate :a2, &lt;&lt;-END
      data.amount = 2
    END
  end
end
</dsl>
  <dslx>
    <description xmlns="http://cpee.org/ns/description/1.0">
      <choose mode="exclusive">
        <alternative condition="data.amount &lt; 20">
          <manipulate id="a1">data.amount += 12</manipulate>
        </alternative>
        <alternative condition="data.amount &gt;= 20">
          <manipulate id="a2">data.amount = 2</manipulate>
        </alternative>
        <otherwise/>
      </choose>
    </description>
  </dslx>
  <status>
    <id>0</id>
    <message>undefined</message>
  </status>
  <description>
    <description xmlns="http://cpee.org/ns/description/1.0">
      <choose mode="exclusive">
        <alternative condition="data.amount &lt; 20">
          <manipulate id="a1">data.amount += 12</manipulate>
        </alternative>
        <alternative condition="data.amount &gt;= 20">
          <manipulate id="a2">data.amount = 2</manipulate>
        </alternative>
        <otherwise/>
      </choose>
    </description>
  </description>
  <transformation>
    <description type="copy"/>
    <dataelements type="none"/>
    <endpoints type="none"/>
  </transformation>
</properties>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cpee-1.3.206 server/instances/29/properties.xml
cpee-1.3.205 server/instances/29/properties.xml