: Public <<DataType>> Class
| Created: |
06/04/2012 14:02:03 |
| Modified: |
22/10/2012 16:03:01 |
|
Project: |
|
| Author: |
braeckel |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
| Difficulty: |
|
| Priority: |
|
| Multiplicity: |
|
Advanced: |
|
| UUID: |
{4DE45030-C4F2-441c-8F48-302D1E623FA8} |
| Appears In: |
Context Diagram: MeteorologicalAerodromeObservation |
An aggregation of wind shear conditions typically reported together at an aerodrome, including the set of affected runways.
- Attributes
- Associations From
- Tagged Values
- Constraints
| Attribute |
Public Boolean allRunwaysAffected
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
Range:0 to 1 |
allowXMLAttribute=true
|
Notes:
|
When true, all runways are observed to have wind shear
|
|
Public Runway affectedRunway
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
Range:0 to * |
|
Notes:
|
The specific runways affected by wind shear at this aerodrome. No specific runways are reported when all runways are affected by wind shear
|
|
| Tag |
Value |
| acceptXMLAttribute |
true |
 Details:
|
| Constraint |
Type |
Status |
| if( self.allRunwaysAffected ) then self.affectedRunway.size == 0 |
Invariant |
Approved |
 Details:
When all runways are affected by wind shear, no specific runways should be reported
|