DevelopmentCategoryKind : public <<enumeration>> class
Created: |
2009-04-06 13:01:02 |
Modified: |
2010-04-29 14:30:26 |
|
Project: |
|
Author: |
yt31145 |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{4F8F515F-9A2B-4783-85B6-F2E80D5011FC} |
Appears In: |
Dependability |
<p>DevelopmentCategoryKind is an enumeration with enumeration literals indicating whether the item is a modification of an existing item or if it is a new development.<br/></p><p><br/></p><p>Semantics:<br/></p><p>The semantics are defined at each enumeration literal and fully defined in the ISO26262 standard.<br/></p><p><br/></p><p>Extension: <br/></p><p>Enumeration, no extension.<br/></p>
Attribute |
Details |
public String newItemDevelopment |
<<enum>>
Notes:
|
In case of a new development, the entire lifecycle shall be passed through.
|
|
public String modificationOfExistingItem |
<<enum>>
Notes:
|
In case of a modification the relevant lifecycle sub-phases and activities shall be determined.
|
|