Overview Schemas Index

FAILURE_MODE_EFFECTS_CAUSES_ANALYSIS_XIM (jsdai.SFailure_mode_effects_causes_analysis_xim)


ENTITY roll_up_relationship
          SUPERTYPE OF (ONEOF (or_consequential_failure_relationship, xor_consequential_failure_relationship, and_consequential_failure_relationship));
          included_items : SET [0:?] OF roll_up_item_select;
END_ENTITY; -- roll_up_relationship

Entity data types and their attributes

roll_up_relationship
          included_items: SET [0:?] OF roll_up_item_select;

Known subtypes

          and_consequential_failure_relationship (FAILURE_MODE_EFFECTS_CAUSES_ANALYSIS_XIM)
          or_consequential_failure_relationship (FAILURE_MODE_EFFECTS_CAUSES_ANALYSIS_XIM)
          xor_consequential_failure_relationship (FAILURE_MODE_EFFECTS_CAUSES_ANALYSIS_XIM)

Users

roll_up_relationship
          roll_up_relationship.included_items
                    roll_up_item_select

Global rules for this entity data type

          -

public interface ERoll_up_relationship extends EEntity

included_items (explicit attribute)

          boolean testIncluded_items(ERoll_up_relationship type)
          ARoll_up_item_select getIncluded_items(ERoll_up_relationship type)
          ARoll_up_item_select createIncluded_items(ERoll_up_relationship type)
          void unsetIncluded_items(ERoll_up_relationship type)

public class CRoll_up_relationship implements ERoll_up_relationship

          static EAttribute attributeIncluded_items(ERoll_up_relationship type)
          static int usedinIncluded_items(ERoll_up_relationship type, EEntity instance, ASdaiModel domain, ARoll_up_relationship result)

public class ARoll_up_relationship extends AEntity

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