: Public Class
| Created: |
4/1/2014 10:53:02 AM |
| Modified: |
2/2/2017 11:38:14 AM |
|
Project: |
|
| Author: |
goens001 |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
| Difficulty: |
|
| Priority: |
|
| Multiplicity: |
|
Advanced: |
|
| UUID: |
{9CF9CA63-18C3-44e6-A615-E06B52E76FD1} |
| Appears In: |
DrivingPatterns, Task |
<b>Definition.</b><br/>A TaskTrack is the link between a particular Track and a particular Task. It is able to provide information on the status of the Track for a particular Task.<br/><br/><b>Remark. </b><br/>This information can be used to determine which tracks are already worked in case a Task is interrupted. Another use is when two (or more) Task's work on the same ActivityField. The Tasks can inform each other which tracks are already worked on. <br/><br/><br/>
- Attributes
- Associations To
- Associations From
| Attribute |
Private StatusEnumeration TaskTrackStatus
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
|
| Transient: |
False |
| Derived: |
False |
| IsID: |
False |
|
Notes:
|
Describes the Status of the Track in relation to the particular Task.<br/><br/><b>Remark.</b><br/>Only the status PLANNED, EXECUTION or COMPLETED must be used.<br/>
|
|
| Element |
Source Role |
Target Role |
Track
Class
|
Name:
|
Name:
|
 Details:
|
| Element |
Source Role |
Target Role |
Task
Class
|
Name:
|
Name:
|
 Details:
|