Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY global_uncertainty_assigned_context
          SUBTYPE OF (representation_context);
          uncertainty : SET [1:?] OF uncertainty_measure_with_unit;
END_ENTITY; -- global_uncertainty_assigned_context

Entity data types and their attributes

representation_context
          context_identifier: identifier;
          context_type: text;
          (INV) representations_in_context: SET [1:?] OF representation FOR context_of_items;
global_uncertainty_assigned_context
          uncertainty: SET [1:?] OF uncertainty_measure_with_unit;

Complex entities

          global_uncertainty_assigned_context$parametric_representation_context (REPRESENTATION_SCHEMA)

Users

representation_context
          analog_port_variable_armx.context_of_items
          analytical_model_application.context_of_items
          analytical_model_port_armx.context_of_items
          analytical_model_port_make_from_relationship.context_of_items
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  pdm_classification_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_item
          boundary_size_characteristic.context_of_items
          component_external_reference.context_of_items
          component_group_external_reference.context_of_items
          component_mounting_clearance_relationship.context_of_items
          component_overlap_relationship.context_of_items
          component_placement_restriction_assignment.context_of_items
          curve_style_parameters.context_of_items
          datum_based_length_measure.context_of_items
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          evaluated_characteristic_armx.context_of_items
          externally_defined_dimension_representation.context_of_items
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          functional_specification_armx.context_of_items
          general_tolerance_table.context_of_items
          general_tolerances.context_of_items
          global_location_representation.context_of_items
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          limit_dimension_representation.context_of_items
          marking.context_of_items
          mating_connector_placement_relationship.context_of_items
          package_external_reference.context_of_items
          parameter_assignment_override_armx.context_of_items
          physical_connectivity_definition_external_reference.context_of_items
          physical_unit_keepout_shape_allocation_to_stratum_stack_armx.context_of_items
          pitch_class.context_of_items
          planned_characteristic.context_of_items
          representation.context_of_items
          representation_context_defined_maths_space_context.representation_basis
          rule_priority.context_of_items
          shape_definition_3d_intersection_armx.context_of_items
          shape_dependent_property_representation.context_of_items
          signal_specification.context_of_items
          singular_dimension_representation.context_of_items
          tolerance_range.context_of_items
          usage_view_connection_zone_terminal_shape_relationship_armx.context_of_items
          verification_evidence.items
                    verification_evidence_item
                              ds_verification_evidence_item
global_uncertainty_assigned_context

Global rules for this entity data type

          consistent_uncertainty (AUTOMOTIVE_DESIGN)
          consistent_uncertainty (REPRESENTATION_WITH_UNCERTAINTY_MIM)

public interface EGlobal_uncertainty_assigned_context extends ERepresentation_context

uncertainty (explicit attribute)

          boolean testUncertainty(EGlobal_uncertainty_assigned_context type)
          AUncertainty_measure_with_unit getUncertainty(EGlobal_uncertainty_assigned_context type)
          AUncertainty_measure_with_unit createUncertainty(EGlobal_uncertainty_assigned_context type)
          void unsetUncertainty(EGlobal_uncertainty_assigned_context type)

public class CGlobal_uncertainty_assigned_context implements EGlobal_uncertainty_assigned_context

          static EAttribute attributeUncertainty(EGlobal_uncertainty_assigned_context type)
          static int usedinUncertainty(EGlobal_uncertainty_assigned_context type, EUncertainty_measure_with_unit instance, ASdaiModel domain, AGlobal_uncertainty_assigned_context result)

public class AGlobal_uncertainty_assigned_context extends AEntity

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