ModeGroup : public class
Created: |
2008-12-15 13:39:36 |
Modified: |
2012-07-11 10:43:54 |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{E57AEEAC-2A22-435f-BC2F-90B0FA19BF4C} |
Appears In: |
BehaviorModelOrganization, TADL2, FunctionBehavior |
<p>ModeGroups serve as containers of Modes. The Modes in a ModeGroup are mutually exclusive. This means that only one Mode of a ModeGroup is active at any point in time. A precondition in the form of a Boolean expression is assigned to the ModeGroup so that ModeGroups can be switched on and off as a whole.<br/></p>
- Attributes
- Associations To
- Associations From
- Other Links
Attribute |
Details |
public String precondition |
Notes:
|
A Boolean expression that evaluates to true when the ModeGroup is active.
|
|
Element |
Source Role |
Target Role |
Details |
Mode
Class
|
Name:
|
Name: mode
The modes in this group.
|
|
Element |
Source Role |
Target Role |
Details |
Behavior
Class
|
Name:
|
Name: modeGroup
The contained mode groups.
|
|