Name | R_Uncertainty_Parm |
---|---|
Entity Type | Table |
Description | A parameter defined for an uncertainty family. For example, the family normal distribution might have parameters for mean and standard deviation. |
Submodel | Uncertainty |
Entity Scope | Reference |
Primary Key | Parm_Name , Uncertainty_Family |
Natural Key | Parm_Name , Uncertainty_Family |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Active_Flag | boolean | NA |
1 = use without restriction. 0 = avoid use - the value has been deprecated and may be removed in a later release. | No |
NUMBER(1) |
Description | REMARKS_STR | NA |
An optional remark to explain this parameter. | No |
VARCHAR2(999) |
Insert_Date | DATE | NA |
Date the entity was created in the repository | No |
DATE |
Insert_User | STRING64 | NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
Parm_Name | STRING64 | NA |
The standard or recognizable name or role of the parameter that should be clear from the context of the uncertainty family. E.g. The family "Normal Distribution" might have named roles "Mean" and "Standard Deviation". | Yes |
VARCHAR2(64) |
Parm_Sequence_Number | int | No_Unit |
Identifies the attribute in the Uncertainty_System that holds the value of this parameter. For example, a value of 1 indicates that the value of this parameter will be stored in Scalar_Parm_1 or Array_Parm_1 in the Uncertainty_System table. | Yes |
NUMBER(10) |
Source | STRING64 | NA |
The person, company or application that defined or specified the data (content) for this instance and is considered to be responsible for it. For example, POSC, EPSG, API, ISO, etc.. | No |
VARCHAR2(64) |
Uncertainty_Family | R_Uncertainty_Family |
|
The uncertainty family for which this parameter is defined. | Yes |
VARCHAR2(64) |
Update_Date | DATE | NA |
Date of the most-recent modification to the entity. | No |
DATE |
Update_User | STRING64 | NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Uncertainty_Family | R_Uncertainty_Family | The uncertainty family for which this parameter is defined. | Cascade | Yes |