ItemHealth : public class
Created: |
12/12/2005 3:00:39 PM |
Modified: |
12/13/2006 4:23:18 PM |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{C068BC8C-3742-4e66-9217-B893F838972B} |
Appears In: |
HealthAssessment |
This class contains information detailing the health of an asset or segment. (NOTE: One or both of hLevel and hGradeReal must be set.)
Attribute |
Details |
public MIMKey3 chgPattType |
Range:0 to 1
Notes:
|
MIMOSA keys referencing the table that maintains the types of change pattern observed in problems.<br />
|
|
public HlthLevelType healthLevelType |
Range:0 to 1
Notes:
|
Information related to health levels for segments and assets.
|
|
public double hGradeReal |
Range:0 to 1
Notes:
|
A precise health scale float value between 0 and 1 (1=perfect health).
|
|
public unsignedInt hLevel |
Range:0 to 1
Notes:
|
Health on a 0..100 scale where 100=maximum health.
|
|
public ItemId item_id |
Notes:
|
References the segment or asset.
|
|
public double likelihood |
Range:0 to 1
Notes:
|
Likelihood probability between 0 and 1 that health assessment is accurate.
|
|
public OsacbmTime utc_health |
Notes:
|
The time of the health assesssment in UTC (Coordinated Universal Time) format.
|
|