Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE style_context_select = SELECT (
          group,
          presentation_layer_assignment,
          presentation_set,
          representation,
          representation_item,
          shape_representation_relationship);
END_TYPE; -- style_context_select

Users

          context_dependent_over_riding_styled_item.style_context
          presentation_style_by_context.style_context

public class AStyle_context_select extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)