Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


ENTITY applied_ineffectivity_assignment
          SUBTYPE OF (effectivity_assignment);
          items : SET [1:?] OF effectivity_item;
WHERE
          wr1: SIZEOF ( ['AUTOMOTIVE_DESIGN.'+ 'LOT_EFFECTIVITY' ,
     'AUTOMOTIVE_DESIGN.'+ 'SERIAL_NUMBERED_EFFECTIVITY' ,
     'AUTOMOTIVE_DESIGN.'+ '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

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

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)