Overview Schemas Index

PRESENTATION_ORGANIZATION_SCHEMA (jsdai.SPresentation_organization_schema)


ENTITY presentation_set;
INVERSE
          areas : SET [1:?] OF area_in_set FOR in_set;
END_ENTITY; -- presentation_set

Entity data types and their attributes

presentation_set
          (INV) areas: SET [1:?] OF area_in_set FOR in_set;

Known subtypes

          drawing_revision (DRAWING_DEFINITION_SCHEMA)

Users

presentation_set
          area_in_set.in_set
          context_dependent_invisibility.presentation_context
                    invisibility_context
          context_dependent_over_riding_styled_item.style_context
                    style_context_select
          presentation_style_by_context.style_context
                    style_context_select
          presented_item_representation.presentation
                    presentation_representation_select

Global rules for this entity data type

          -

public interface EPresentation_set extends EEntity

areas (inverse attribute)

          AArea_in_set getAreas(EPresentation_set type, ASdaiModel domain)

public class CPresentation_set implements EPresentation_set

          static EAttribute attributeAreas(EPresentation_set type)

public class APresentation_set extends AEntity

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