Overview Schemas Index

DIMENSION_TOLERANCE_XIM (jsdai.SDimension_tolerance_xim)


ENTITY size_dimension
          SUPERTYPE OF (ONEOF (angular_size_dimension, externally_defined_size_dimension, radial_size_dimension))
          SUBTYPE OF (dimensional_size);
          id : OPTIONAL STRING;
          single_value : OPTIONAL measure_representation_item;
          lower_range : OPTIONAL measure_representation_item;
          upper_range : OPTIONAL measure_representation_item;
          notes : OPTIONAL SET [1:?] OF STRING;
          envelope_principle : BOOLEAN;
          theoretical_exact : BOOLEAN;
          auxiliary : BOOLEAN;
WHERE
          wr1: EXISTS(single_value) XOR (EXISTS(lower_range) AND EXISTS(upper_range));
          wr2: NOT EXISTS(theoretical_exact) OR  (theoretical_exact = FALSE) OR ('MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF(single_value));
END_ENTITY; -- size_dimension

          envelope_principle: Originally it is mandatory SET[0:?] *

Entity data types and their attributes

dimensional_size
          applies_to: shape_aspect;
          name: label;
size_dimension
          (OPT) id: STRING;
          (OPT) single_value: measure_representation_item;
          (OPT) lower_range: measure_representation_item;
          (OPT) upper_range: measure_representation_item;
          (OPT) notes: SET [1:?] OF STRING;
          envelope_principle: BOOLEAN;
          theoretical_exact: BOOLEAN;
          auxiliary: BOOLEAN;

Known subtypes

          angular_size_dimension (DIMENSION_TOLERANCE_XIM)
          dimensional_size_based_on_opposing_boundaries (EXTENDED_GEOMETRIC_TOLERANCE_XIM)
          externally_defined_size_dimension (DIMENSION_TOLERANCE_XIM)
          radial_size_dimension (DIMENSION_TOLERANCE_XIM)

Users: by entity attributes

dimensional_size
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  identification_item
                                                            dimension_identification_item
          applied_document_reference.items
                    document_reference_item
                              dimension_tolerance_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              dimension_tolerance_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              automotive_design_identification_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  dimension_tolerance_document_reference_item
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                dimension_tolerance_document_reference_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          dimensional_characteristic_representation.dimension
                    dimensional_characteristic
          draughting_model_item_association.definition
                    draughting_model_item_definition
                              datc_draughting_model_item_definition
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          geometric_tolerance.toleranced_shape_aspect
                    geometric_tolerance_target
          item_identified_representation_usage.definition
                    item_identified_representation_usage_definition
                              sds_item_identified_representation_usage_definition
          partial_document_assignment.items
                    document_reference_item
                              dimension_tolerance_document_reference_item
          plus_minus_tolerance.toleranced_dimension
                    dimensional_characteristic
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                dimension_tolerance_document_reference_item
          tolerance_zone.defining_tolerance
                    tolerance_zone_target
          variable_expression.property_associated
                    property_variable_rep_select
                              property_variable_rep_select_242
size_dimension
          add_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
                                        geometric_dimension
          change_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
                                        geometric_dimension
          change_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
                                        geometric_dimension
          coating_layer.thickness
          delete_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
                                        geometric_dimension
          dimension_qualifier.qualified_dimensions
                    geometric_dimension
          dimension_set.associated_dimensions
                    geometric_dimension
          frozen_assignment_armx.frozen_item
                    managed_design_object_armx
                              ap210_managed_design_object_armx
                                        geometric_dimension
          positional_boundary_member_definition.associated_dimension
          statistical_dimensional_location_armx.alternate_dimension
                    geometric_dimension
          statistical_dimensional_size_armx.alternate_dimension
                    geometric_dimension
          tolerance_specific_restraint_condition.affected_tolerances
                    geometric_or_dimension_select
                              geometric_dimension

Users: by defined types, not used by any entity attribute

size_dimension
          dimensional_location_or_dimensional_size

Global rules for this entity data type

          -

public interface ESize_dimension extends EDimensional_size

id (explicit attribute)

          boolean testId(ESize_dimension type)
          String getId(ESize_dimension type)
          void setId(ESize_dimension type, String value)
          void unsetId(ESize_dimension type)

single_value (explicit attribute)

          boolean testSingle_value(ESize_dimension type)
          EMeasure_representation_item getSingle_value(ESize_dimension type)
          void setSingle_value(ESize_dimension type, EMeasure_representation_item value)
          void unsetSingle_value(ESize_dimension type)

lower_range (explicit attribute)

          boolean testLower_range(ESize_dimension type)
          EMeasure_representation_item getLower_range(ESize_dimension type)
          void setLower_range(ESize_dimension type, EMeasure_representation_item value)
          void unsetLower_range(ESize_dimension type)

upper_range (explicit attribute)

          boolean testUpper_range(ESize_dimension type)
          EMeasure_representation_item getUpper_range(ESize_dimension type)
          void setUpper_range(ESize_dimension type, EMeasure_representation_item value)
          void unsetUpper_range(ESize_dimension type)

notes (explicit attribute)

          boolean testNotes(ESize_dimension type)
          A_String getNotes(ESize_dimension type)
          A_String createNotes(ESize_dimension type)
          void unsetNotes(ESize_dimension type)

envelope_principle (explicit attribute)

          boolean testEnvelope_principle(ESize_dimension type)
          boolean getEnvelope_principle(ESize_dimension type)
          void setEnvelope_principle(ESize_dimension type, boolean value)
          void unsetEnvelope_principle(ESize_dimension type)

theoretical_exact (explicit attribute)

          boolean testTheoretical_exact(ESize_dimension type)
          boolean getTheoretical_exact(ESize_dimension type)
          void setTheoretical_exact(ESize_dimension type, boolean value)
          void unsetTheoretical_exact(ESize_dimension type)

auxiliary (explicit attribute)

          boolean testAuxiliary(ESize_dimension type)
          boolean getAuxiliary(ESize_dimension type)
          void setAuxiliary(ESize_dimension type, boolean value)
          void unsetAuxiliary(ESize_dimension type)

public class CSize_dimension implements ESize_dimension

          static EAttribute attributeId(ESize_dimension type)
          static EAttribute attributeSingle_value(ESize_dimension type)
          static int usedinSingle_value(ESize_dimension type, EMeasure_representation_item instance, ASdaiModel domain, ASize_dimension result)
          static EAttribute attributeLower_range(ESize_dimension type)
          static int usedinLower_range(ESize_dimension type, EMeasure_representation_item instance, ASdaiModel domain, ASize_dimension result)
          static EAttribute attributeUpper_range(ESize_dimension type)
          static int usedinUpper_range(ESize_dimension type, EMeasure_representation_item instance, ASdaiModel domain, ASize_dimension result)
          static EAttribute attributeNotes(ESize_dimension type)
          static EAttribute attributeEnvelope_principle(ESize_dimension type)
          static EAttribute attributeTheoretical_exact(ESize_dimension type)
          static EAttribute attributeAuxiliary(ESize_dimension type)

public class ASize_dimension extends AEntity

          public ESize_dimension getByIndex(int index)
          public ESize_dimension getCurrentMember(SdaiIterator it)