Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY representation_context;
          context_identifier : identifier;
          context_type : text;
INVERSE
          representations_in_context : SET [1:?] OF representation FOR context_of_items;
END_ENTITY; -- representation_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;

Known subtypes

          analysis_representation_context (SYSTEMS_ENGINEERING_REPRESENTATION_SCHEMA)
          ds_characterizable_representation_context (DECISION_SUPPORT_MIM)
          expression_representation_context (SYSTEMS_ENGINEERING_REPRESENTATION_SCHEMA)
          fbb_characterized_representation_context (FUNCTION_BASED_BEHAVIOUR_MIM)
          functional_representation_context (SYSTEMS_ENGINEERING_REPRESENTATION_SCHEMA)
          geometric_representation_context (GEOMETRY_SCHEMA)
          global_uncertainty_assigned_context (REPRESENTATION_SCHEMA)
          global_unit_assigned_context (MEASURE_SCHEMA)
          parametric_representation_context (REPRESENTATION_SCHEMA)
          prjm_characterizable_representation_context (PROJECT_MANAGEMENT_MIM)
          sbb_characterized_representation_context (STATE_BASED_BEHAVIOUR_MIM)
          specified_representation_context (BASIS_SCHEMA)
          state_based_behaviour_representation_context (STATE_BASED_BEHAVIOUR_REPRESENTATION_MIM)
          state_based_behaviour_representation_context (SYSTEMS_ENGINEERING_REPRESENTATION_SCHEMA)
          syss_characterizable_representation_context (SYSTEM_STRUCTURE_MIM)
          tagged_text_format (TAGGED_TEXT_REPRESENTATION_MIM)
          text_based_representation_context (TEXTUAL_EXPRESSION_REPRESENTATION_MIM)

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 rules for this entity data type

          compatible_dimension (GEOMETRY_SCHEMA)
          restrict_representation_for_document_properties (AUTOMOTIVE_DESIGN)
          restrict_representation_for_document_properties (CATALOG_DATA_INFORMATION_MIM)

public interface ERepresentation_context extends EEntity

context_identifier (explicit attribute)

          boolean testContext_identifier(ERepresentation_context type)
          String getContext_identifier(ERepresentation_context type)
          void setContext_identifier(ERepresentation_context type, String value)
          void unsetContext_identifier(ERepresentation_context type)

context_type (explicit attribute)

          boolean testContext_type(ERepresentation_context type)
          String getContext_type(ERepresentation_context type)
          void setContext_type(ERepresentation_context type, String value)
          void unsetContext_type(ERepresentation_context type)

representations_in_context (inverse attribute)

          ARepresentation getRepresentations_in_context(ERepresentation_context type, ASdaiModel domain)

public class CRepresentation_context implements ERepresentation_context

          static EAttribute attributeContext_identifier(ERepresentation_context type)
          static EAttribute attributeContext_type(ERepresentation_context type)
          static EAttribute attributeRepresentations_in_context(ERepresentation_context type)

public class ARepresentation_context extends AEntity

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