JBoss Community Archive (Read Only)

Scribble

Unordered

The unordered construct defines a set of statements that represent behaviour that should occur in any order.

The syntax for the unordered construct is:

unordered "{"
    ...
"}"

For example,

unordered {
    CheckStock from Seller to Wholesaler;
    CreditCheck from Seller to CreditAgency;
}
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 09:37:58 UTC, last content change 2011-11-13 15:52:25 UTC.