Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY item_defined_transformation;
          name : label;
          description : OPTIONAL text;
          transform_item_1 : representation_item;
          transform_item_2 : representation_item;
END_ENTITY; -- item_defined_transformation

Entity data types and their attributes

item_defined_transformation
          name: label;
          (OPT) description: text;
          transform_item_1: representation_item;
          transform_item_2: representation_item;

Known subtypes

          graphical_transformation (PRESENTATION_ORGANIZATION_SCHEMA)
          kinematic_pair (KINEMATIC_STRUCTURE_SCHEMA)
          link_motion_transformation (KINEMATIC_MOTION_REPRESENTATION_SCHEMA)
          transformation_with_derived_angle (PLY_ORIENTATION_SPECIFICATION_MIM)

Users: by entity attributes

item_defined_transformation
          applied_action_assignment.items
                    action_items
                              ds_action_items
                                        syse_action_items
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        syss_collection_membership_groupable_item
          assembly_connection_zone_position_relationship.transformation_operator
                    transformation
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          design_view_terminal_component_shape_relationship.transformation_operator
                    transformation
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        syss_collection_membership_groupable_item
          geometric_relationship_with_placement_transformation.transformation_operator
                    transformation
          interconnect_connection_zone_position_relationship.transformation_operator
                    transformation
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          representation_relationship_with_transformation.transformation_operator
                    transformation
          shape_definition_3d_intersection.transformation_operator
          shape_definition_3d_intersection_armx.transformation_operator
                    transformation
          shape_definition_3d_plane_projection.transformation_operator
                    transformation
          usage_view_connection_zone_terminal_shape_relationship_armx.transformation_operator
                    transformation

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

item_defined_transformation
          ap210_managed_design_object
                    design_object_management_assignment.items
                    frozen_assignment.items
          syse_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          syss_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item

Global rules for this entity data type

          -

public interface EItem_defined_transformation extends EEntity

name (explicit attribute)

          boolean testName(EItem_defined_transformation type)
          String getName(EItem_defined_transformation type)
          void setName(EItem_defined_transformation type, String value)
          void unsetName(EItem_defined_transformation type)

description (explicit attribute)

          boolean testDescription(EItem_defined_transformation type)
          String getDescription(EItem_defined_transformation type)
          void setDescription(EItem_defined_transformation type, String value)
          void unsetDescription(EItem_defined_transformation type)

transform_item_1 (explicit attribute)

          boolean testTransform_item_1(EItem_defined_transformation type)
          ERepresentation_item getTransform_item_1(EItem_defined_transformation type)
          void setTransform_item_1(EItem_defined_transformation type, ERepresentation_item value)
          void unsetTransform_item_1(EItem_defined_transformation type)

transform_item_2 (explicit attribute)

          boolean testTransform_item_2(EItem_defined_transformation type)
          ERepresentation_item getTransform_item_2(EItem_defined_transformation type)
          void setTransform_item_2(EItem_defined_transformation type, ERepresentation_item value)
          void unsetTransform_item_2(EItem_defined_transformation type)

public class CItem_defined_transformation implements EItem_defined_transformation

          static EAttribute attributeName(EItem_defined_transformation type)
          static EAttribute attributeDescription(EItem_defined_transformation type)
          static EAttribute attributeTransform_item_1(EItem_defined_transformation type)
          static int usedinTransform_item_1(EItem_defined_transformation type, ERepresentation_item instance, ASdaiModel domain, AItem_defined_transformation result)
          static EAttribute attributeTransform_item_2(EItem_defined_transformation type)
          static int usedinTransform_item_2(EItem_defined_transformation type, ERepresentation_item instance, ASdaiModel domain, AItem_defined_transformation result)

public class AItem_defined_transformation extends AEntity

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