-
Key: RTC-25
-
Legacy Issue Number: 10601
-
Status: closed
-
Source: DECA ( Rick Warren)
-
Summary:
The model element ExecutionContext, which is currently an interface, has association ends and a state machine. Therefor, it would be more correct to model it as a Class instead. Its operations can be moved to a new Interface "ExecutionContextOperations" that will be implemented by the Class ExecutionContext."
-
Reported: RTC 1.0b1 — Mon, 22 Jan 2007 05:00 GMT
-
Disposition: Resolved — RTC 1.0
-
Disposition Summary:
ExecutionContext should be a Class so that it can have a state machine and association ends. However, a separation between Class and Interface is felt to be a good design. Therefore, the operations of ExecutionContext shall be moved to a new Interface ExecutionContextOperations, and ExecutionContext itself shall become a Class.
-
Updated: Fri, 6 Mar 2015 20:58 GMT