Sha256: 54ed2d13c332729636cf93ec4e3bec001177ec9aa9d33bbefcd099155e7b1910

Contents?: true

Size: 1.84 KB

Versions: 2

Compression:

Stored size: 1.84 KB

Contents

<properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0">
  <attributes>
    <uuid>7f38b022-dc0a-482d-bdf0-e983593c69a7</uuid>
    <info>decisiontest</info>
    <modeltype>CPEE</modeltype>
    <theme>default</theme>
  </attributes>
  <state>finished</state>
  <handlerwrapper>DefaultHandlerWrapper</handlerwrapper>
  <positions/>
  <dataelements>
    <amount>24</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/30/properties.xml
cpee-1.3.205 server/instances/30/properties.xml