ENTITY expanded_uncertainty SUBTYPE OF (standard_uncertainty); coverage_factor : REAL; END_ENTITY; -- expanded_uncertainty |
Entity data types and their attributesuncertainty_qualifiermeasure_name: label; description: text; standard_uncertainty uncertainty_value: REAL; expanded_uncertainty coverage_factor: REAL; |
Global rules for this entity data type- |
public interface EExpanded_uncertainty extends EStandard_uncertaintycoverage_factor (explicit attribute)boolean testCoverage_factor(EExpanded_uncertainty type)double getCoverage_factor(EExpanded_uncertainty type) void setCoverage_factor(EExpanded_uncertainty type, double value) void unsetCoverage_factor(EExpanded_uncertainty type) |
public class CExpanded_uncertainty implements EExpanded_uncertaintystatic EAttribute attributeCoverage_factor(EExpanded_uncertainty type) |
public class AExpanded_uncertainty extends AEntitypublic EExpanded_uncertainty getByIndex(int index)public EExpanded_uncertainty getCurrentMember(SdaiIterator it) |