ENTITY statistical_geometric_tolerance_armx SUBTYPE OF (geometric_tolerance_armx, statistical_geometric_tolerance); alternate_tolerance : OPTIONAL geometric_tolerance_armx; DERIVE statistical_control_requirement : SET [0:?] OF requirement_view_definition := get_rvd(SELF, 'statistical control requirement'); WHERE wr1: SIZEOF(statistical_control_requirement) = 1; END_ENTITY; -- statistical_geometric_tolerance_armx |
Entity data types and their attributesgeometric_tolerancename: label; (OPT) description: text; (OPT) magnitude: length_measure_with_unit; toleranced_shape_aspect: geometric_tolerance_target; (DER) controlling_shape: product_definition_shape; geometric_tolerance_with_defined_unit unit_size: length_measure_with_unit; geometric_tolerance_with_defined_area_unit area_type: area_unit_type; (OPT) second_unit_size: length_measure_with_unit; modified_geometric_tolerance modifier: limit_condition; shape_aspect name: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; tolerance_zone defining_tolerance: SET [1:?] OF tolerance_zone_target; form: tolerance_zone_form; tolerance_zone_armx (OPT) affected_plane: associated_shape_element; (OPT) form_type: tolerance_zone_type; (RT) (DER) form: tolerance_zone_form; (RT) (DER) name: label; (RT) (DER) description: text; (RT) (DER) of_shape: product_definition_shape; (RT) (DER) product_definitional: LOGICAL; geometric_tolerance_with_modifiers modifiers: SET [1:?] OF geometric_tolerance_modifier; unequally_disposed_geometric_tolerance displacement: length_measure_with_unit; geometric_tolerance_armx (OPT) modification: limit_condition; (OPT) modification_new: SET [1:?] OF geometric_tolerance_modifier; (OPT) area_unit_type: area_unit_type; (OPT) segment_size: measure_with_unit; (RT) toleranced_shape_aspect->applied_to: shape_aspect; (OPT) significant_digits: INTEGER; (OPT) value_determination: STRING; (RT) (OPT) description->qualifying_note: STRING; (RT) magnitude->tolerance_value: length_measure_with_unit; (OPT) composer: geometric_tolerance_armx; (OPT) unequally_disposed_tolerance_zone_displacement: length_measure_with_unit; (RT) (DER) unit_size: length_measure_with_unit; (RT) (DER) modifier: limit_condition; (RT) (DER) modifiers: SET [1:?] OF geometric_tolerance_modifier; (RT) (DER) defining_tolerance: SET [1:1] OF geometric_tolerance_armx; (RT) (DER) of_shape: product_definition_shape; (RT) (DER) area_type: area_unit_type; (RT) (DER) displacement: length_measure_with_unit; property_definition name: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; physical_unit_geometric_tolerance - statistical_geometric_tolerance - statistical_geometric_tolerance_armx (OPT) alternate_tolerance: geometric_tolerance_armx; (DER) statistical_control_requirement: SET [0:?] OF requirement_view_definition; |
Global rules for this entity data type- |
public interface EStatistical_geometric_tolerance_armx extends EGeometric_tolerance_armx, EStatistical_geometric_tolerancealternate_tolerance (explicit attribute)boolean testAlternate_tolerance(EStatistical_geometric_tolerance_armx type)EGeometric_tolerance_armx getAlternate_tolerance(EStatistical_geometric_tolerance_armx type) void setAlternate_tolerance(EStatistical_geometric_tolerance_armx type, EGeometric_tolerance_armx value) void unsetAlternate_tolerance(EStatistical_geometric_tolerance_armx type) statistical_control_requirement (derived attribute)ARequirement_view_definition getStatistical_control_requirement(EStatistical_geometric_tolerance_armx type)boolean testStatistical_control_requirement(EStatistical_geometric_tolerance_armx type) |
public class CStatistical_geometric_tolerance_armx implements EStatistical_geometric_tolerance_armxstatic EAttribute attributeAlternate_tolerance(EStatistical_geometric_tolerance_armx type)static int usedinAlternate_tolerance(EStatistical_geometric_tolerance_armx type, EGeometric_tolerance_armx instance, ASdaiModel domain, AStatistical_geometric_tolerance_armx result) static EAttribute attributeStatistical_control_requirement(EStatistical_geometric_tolerance_armx type) static int usedinStatistical_control_requirement(EStatistical_geometric_tolerance_armx type, ERequirement_view_definition instance, ASdaiModel domain, AStatistical_geometric_tolerance_armx result) |
public class AStatistical_geometric_tolerance_armx extends AEntitypublic EStatistical_geometric_tolerance_armx getByIndex(int index)public EStatistical_geometric_tolerance_armx getCurrentMember(SdaiIterator it) |