Sha256: 74fc9d68e0a7fe2f1976738af8fd170bcfd3448b2beae67e973ade94418d97a5
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>9fac6eab-6b36-4531-8400-c581d0c29a85</uuid> <info>decisiontest</info> <modeltype>CPEE</modeltype> <theme>default</theme> </attributes> <state>finished</state> <handlerwrapper>DefaultHandlerWrapper</handlerwrapper> <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 < 20" do manipulate :a1, <<-END data.amount += 12 END end alternative "data.amount >= 20" do manipulate :a2, <<-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 < 20"> <manipulate id="a1">data.amount += 12</manipulate> </alternative> <alternative condition="data.amount >= 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 < 20"> <manipulate id="a1">data.amount += 12</manipulate> </alternative> <alternative condition="data.amount >= 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/25/properties.xml |
cpee-1.3.205 | server/instances/25/properties.xml |