Common use of Scenario Clause in Contracts

Scenario. Start an Activity and its associated UI. This is one pattern for starting a unit of work (which involves launching a user interface). In this pattern, the activity is the starting point. From the user’s point of view, a user starts a unit of work to do his / her work. The unit of work (activity) may or may not launch a user interface to complete the unit of work.

Appears in 1 contract

Sources: Eagle Architecture Materials License Agreement

Scenario. Start an Activity a UI and its associated UIactivity. This is one another pattern for starting a unit of work (which involves launching a user interface). In this pattern, the activity is the starting point. From the user’s point of viewcase, a user starts a unit of work to do his / her work. The unit of work (activity) may or may not would launch a user interface, which would then “attach” itself to an activity. The activity that the user interface “attaches” itself to complete can be a new activity that the unit of work.user interface would startup or a currently “running” activity that the UI would invoke operations on. open() startup()

Appears in 1 contract

Sources: Eagle Architecture Materials License Agreement