Overview Schemas Index

PRESENTATION_ORGANIZATION_SCHEMA (jsdai.SPresentation_organization_schema)


ENTITY presentation_layer_assignment;
          name : label;
          description : text;
          assigned_items : SET [1:?] OF layered_item;
END_ENTITY; -- presentation_layer_assignment

Entity data types and their attributes

presentation_layer_assignment
          name: label;
          description: text;
          assigned_items: SET [1:?] OF layered_item;

Known subtypes

          layer_armx (LAYER_ASSIGNMENT_XIM)
          representation_item_dependent_layer_assignment (PRESENTATION_ORGANIZATION_SCHEMA)
          structuring_method_hierarchy__presentation (IDA_STEP_SCHEMA_XIM)

Users

presentation_layer_assignment
          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
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          invisibility.invisible_items
                    invisible_item
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              automotive_design_multi_language_attribute_item
          presentation_layer_usage.assignment
          presentation_style_by_context.style_context
                    style_context_select

Global rules for this entity data type

          presentation_layer_assignment_constraint_2d_or_3d (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_presentation_layer_assignment (AUTOMOTIVE_DESIGN)

public interface EPresentation_layer_assignment extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

assigned_items (explicit attribute)

          boolean testAssigned_items(EPresentation_layer_assignment type)
          ALayered_item getAssigned_items(EPresentation_layer_assignment type)
          ALayered_item createAssigned_items(EPresentation_layer_assignment type)
          void unsetAssigned_items(EPresentation_layer_assignment type)

public class CPresentation_layer_assignment implements EPresentation_layer_assignment

          static EAttribute attributeName(EPresentation_layer_assignment type)
          static EAttribute attributeDescription(EPresentation_layer_assignment type)
          static EAttribute attributeAssigned_items(EPresentation_layer_assignment type)
          static int usedinAssigned_items(EPresentation_layer_assignment type, EEntity instance, ASdaiModel domain, APresentation_layer_assignment result)

public class APresentation_layer_assignment extends AEntity

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