Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY presentation_style_by_context
          SUBTYPE OF (presentation_style_assignment);
          style_context : style_context_select;
END_ENTITY; -- presentation_style_by_context

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
presentation_style_assignment
          styles: SET [1:?] OF presentation_style_select;
presentation_style_by_context
          style_context: style_context_select;

Users

founded_item
          founded_item.users
                    founded_item_select
presentation_style_assignment
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          line_width_class.styles
          styled_item.styles
          symbol_element_style.style_of_symbol
presentation_style_by_context

Global rules for this entity data type

          dependent_instantiable_presentation_style_by_context (AUTOMOTIVE_DESIGN)

public interface EPresentation_style_by_context extends EPresentation_style_assignment

style_context (explicit attribute)

          int testStyle_context(EPresentation_style_by_context type)
          case 1
              EEntity getStyle_context(EPresentation_style_by_context type)
              void setStyle_context(EPresentation_style_by_context type, EEntity value, EEntity node1)
          void unsetStyle_context(EPresentation_style_by_context type)

public class CPresentation_style_by_context implements EPresentation_style_by_context

          static EAttribute attributeStyle_context(EPresentation_style_by_context type)
          static int usedinStyle_context(EPresentation_style_by_context type, EEntity instance, ASdaiModel domain, APresentation_style_by_context result)

public class APresentation_style_by_context extends AEntity

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