: Public <<DataType>> Class
| Created: |
06/04/2012 2:02:03 PM |
| Modified: |
09/04/2013 4:16:02 PM |
|
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
- Constraints
| Attribute |
Public Boolean allRunways
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
Range:0 to 1 |
sequenceNumber=1 xsdAsAttribute=true
|
Notes:
|
When true, all runways are observed to have wind shear
|
|
Public RunwayDirection runway
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
Range:0 to * |
sequenceNumber=2
|
Notes:
|
The specific runway(s) affected by wind shear at this aerodrome. No specific runways are reported when all runways are affected by wind shear
|
|
| Constraint |
Type |
Status |
| if( allRunways ) runway == NULL OR runway.size == 0 |
Invariant |
Approved |
 Details:
When all runways are affected by wind shear, no specific runways should be reported
|