ENTITY plane_angle_and_ratio_pair SUBTYPE OF (founded_item); plane_angle_value : plane_angle_measure; ratio_value : ratio_measure; END_ENTITY; -- plane_angle_and_ratio_pair |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; plane_angle_and_ratio_pair plane_angle_value: plane_angle_measure; ratio_value: ratio_measure; |
Users: by entity attributesfounded_itemfounded_item.users founded_item_select plane_angle_and_ratio_pair extreme_instance.measured_value measured_value_select shape_data_quality_inspection_criterion_report.representative_measured_value measured_value_select shape_data_quality_inspection_instance_report_item.measured_value measured_value_select Users: by defined types, not used by any entity attributeplane_angle_and_ratio_pair- |
Global rules for this entity data type- |
public interface EPlane_angle_and_ratio_pair extends EFounded_itemplane_angle_value (explicit attribute)boolean testPlane_angle_value(EPlane_angle_and_ratio_pair type)double getPlane_angle_value(EPlane_angle_and_ratio_pair type) void setPlane_angle_value(EPlane_angle_and_ratio_pair type, double value) void unsetPlane_angle_value(EPlane_angle_and_ratio_pair type) ratio_value (explicit attribute)boolean testRatio_value(EPlane_angle_and_ratio_pair type)double getRatio_value(EPlane_angle_and_ratio_pair type) void setRatio_value(EPlane_angle_and_ratio_pair type, double value) void unsetRatio_value(EPlane_angle_and_ratio_pair type) |
public class CPlane_angle_and_ratio_pair implements EPlane_angle_and_ratio_pairstatic EAttribute attributePlane_angle_value(EPlane_angle_and_ratio_pair type)static EAttribute attributeRatio_value(EPlane_angle_and_ratio_pair type) |
public class APlane_angle_and_ratio_pair extends AEntitypublic EPlane_angle_and_ratio_pair getByIndex(int index)public EPlane_angle_and_ratio_pair getCurrentMember(SdaiIterator it) |