Overview Schemas Index

IDA_STEP_SCHEMA_XIM (jsdai.SIda_step_schema_xim)


ENTITY component_placement__rrwt
          SUBTYPE OF (representation_relationship_with_transformation);
          placed_component : physical_element_definition;
          reference_product_component : physical_element_definition;
DERIVE
          SELF\representation_relationship.rep_1 : representation := ?;
          SELF\representation_relationship.rep_2 : representation := ?;
          placement : transformation_select := SELF;
END_ENTITY; -- component_placement__rrwt

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
representation_relationship_with_transformation
          transformation_operator: transformation;
component_placement__rrwt
          placed_component: physical_element_definition;
          reference_product_component: physical_element_definition;
          (RT) (DER) rep_1: representation;
          (RT) (DER) rep_2: representation;
          (DER) placement: transformation_select;

Users

representation_relationship
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          full_model_change_action_property.related_description
                    model_change_select
          full_model_change_property_definition.related_description
                    model_change_select
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
representation_relationship_with_transformation
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  groupable_item_203e2
          applied_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  groupable_item_203e2
          component_placement__mi.placement
                    transformation_select
          component_placement__rrwt.placement
                    transformation_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          functional_terminal_group_assignment.items
                    groupable_item
                              groupable_item_203e2
          instance_placement__mi.placement
                    transformation_select
          instance_placement__rrwt.placement
                    transformation_select
          mated_item_association.placement
                    transformation_select
          package_footprint_relationship_definition_armx.related_transforms
          same_time_machining_relationship.placement
                    transformation_select
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  groupable_item_203e2
component_placement__rrwt

Global rules for this entity data type

          -

public interface EComponent_placement__rrwt extends ERepresentation_relationship_with_transformation

placed_component (explicit attribute)

          boolean testPlaced_component(EComponent_placement__rrwt type)
          EPhysical_element_definition getPlaced_component(EComponent_placement__rrwt type)
          void setPlaced_component(EComponent_placement__rrwt type, EPhysical_element_definition value)
          void unsetPlaced_component(EComponent_placement__rrwt type)

reference_product_component (explicit attribute)

          boolean testReference_product_component(EComponent_placement__rrwt type)
          EPhysical_element_definition getReference_product_component(EComponent_placement__rrwt type)
          void setReference_product_component(EComponent_placement__rrwt type, EPhysical_element_definition value)
          void unsetReference_product_component(EComponent_placement__rrwt type)

placement (derived attribute)

          EEntity getPlacement(EComponent_placement__rrwt type)
          boolean testPlacement(EComponent_placement__rrwt type)

public class CComponent_placement__rrwt implements EComponent_placement__rrwt

          static EAttribute attributePlaced_component(EComponent_placement__rrwt type)
          static int usedinPlaced_component(EComponent_placement__rrwt type, EPhysical_element_definition instance, ASdaiModel domain, AComponent_placement__rrwt result)
          static EAttribute attributeReference_product_component(EComponent_placement__rrwt type)
          static int usedinReference_product_component(EComponent_placement__rrwt type, EPhysical_element_definition instance, ASdaiModel domain, AComponent_placement__rrwt result)
          static EAttribute attributeRep_1(EComponent_placement__rrwt type)
          static int usedinRep_1(EComponent_placement__rrwt type, ERepresentation instance, ASdaiModel domain, AComponent_placement__rrwt result)
          static EAttribute attributeRep_2(EComponent_placement__rrwt type)
          static int usedinRep_2(EComponent_placement__rrwt type, ERepresentation instance, ASdaiModel domain, AComponent_placement__rrwt result)
          static EAttribute attributePlacement(EComponent_placement__rrwt type)
          static int usedinPlacement(EComponent_placement__rrwt type, EEntity instance, ASdaiModel domain, AComponent_placement__rrwt result)

public class AComponent_placement__rrwt extends AEntity

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