Overview Schemas Index

SPECIFICATION_BASED_CONFIGURATION_MIM (jsdai.SSpecification_based_configuration_mim)


TYPE configured_effectivity_item = EXTENSIBLE GENERIC_ENTITY SELECT (
          product_definition);
END_TYPE; -- configured_effectivity_item

Extensions

          automotive_design_configured_effectivity_item (AUTOMOTIVE_DESIGN)
                              action_relationship
                              process_plan
                              product_definition
                              product_process_plan

Users

          configured_effectivity_assignment.items

public class AConfigured_effectivity_item 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)