This content has been marked as final.
Show 1 reply
-
1. Re: Model now updated to scribble_spec_002
objectiser Aug 2, 2010 10:04 AM (in response to objectiser)Two minor changes have happened:
1) 'when' keyword has been removed from the 'choice' construct. When experimenting with the assertion notation, the 'when' keyword seemed to make the descriptions more verbose, and the keyword appeared unnecessary.
2) The 'recur' keyword has been removed, so now just defined as a label on the block, e.g.
Transaction: {
....
choice from Seller to Buyer {
OrderConfirmation {
#Transaction;
}
OutOfStock {
}
}
}