Overview Schemas Index

EFFECTIVITY_APPLICATION_MIM (jsdai.SEffectivity_application_mim)


ENTITY applied_ineffectivity_assignment
          SUBTYPE OF (effectivity_assignment);
          items : SET [1:?] OF effectivity_item;
WHERE
          wr1: SIZEOF(['EFFECTIVITY_SCHEMA.LOT_EFFECTIVITY',
                'EFFECTIVITY_SCHEMA.SERIAL_NUMBERED_EFFECTIVITY',
                'PRODUCT_DEFINITION_SCHEMA.PRODUCT_DEFINITION_EFFECTIVITY'] *
                     TYPEOF(SELF.assigned_effectivity)
              ) = 0;
END_ENTITY; -- applied_ineffectivity_assignment

Entity data types and their attributes

effectivity_assignment
          assigned_effectivity: effectivity;
          (DER) role: object_role;
applied_ineffectivity_assignment
          items: SET [1:?] OF effectivity_item;

Known subtypes

          externally_defined_effectivity_or_ineffectivity_assignment__aia (IDA_STEP_SCHEMA_XIM)
          pre_defined_effectivity_or_ineffectivity_assignment__aia (IDA_STEP_SCHEMA_XIM)

Known subtype constraints

          pdpdms_applied_ineffectivity_assignment_subtypes (IDA_STEP_SCHEMA_XIM)

Users: by entity attributes

effectivity_assignment
          effectivity_context_assignment.assigned_effectivity_assignment
          role_association.item_with_role
                    role_select
          specification_category_breakdown_influence.assigned_effectivity_assignment
applied_ineffectivity_assignment
          draughting_model_item_association.definition
                    draughting_model_item_definition
                              draughting_model_item_definition_242
          item_identified_representation_usage.definition
                    item_identified_representation_usage_definition
                              item_identified_representation_usage_definition_242

Users: by defined types, not used by any entity attribute

applied_ineffectivity_assignment
          draughting_model_item_definition_242
                    draughting_model_item_association.definition
          item_identified_representation_usage_definition_242
                    item_identified_representation_usage.definition

Global rules for this entity data type

          -

public interface EApplied_ineffectivity_assignment extends EEffectivity_assignment

items (explicit attribute)

          boolean testItems(EApplied_ineffectivity_assignment type)
          AEffectivity_item getItems(EApplied_ineffectivity_assignment type)
          AEffectivity_item createItems(EApplied_ineffectivity_assignment type)
          void unsetItems(EApplied_ineffectivity_assignment type)

public class CApplied_ineffectivity_assignment implements EApplied_ineffectivity_assignment

          static EAttribute attributeItems(EApplied_ineffectivity_assignment type)
          static int usedinItems(EApplied_ineffectivity_assignment type, EEntity instance, ASdaiModel domain, AApplied_ineffectivity_assignment result)

public class AApplied_ineffectivity_assignment extends AEntity

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