Overview Schemas Index

EXPRESSION_ASSIGNMENT_MIM (jsdai.SExpression_assignment_mim)


ENTITY applied_expression_assignment
          SUBTYPE OF (expression_assignment);
          items : SET [1:?] OF expression_assignment_item;
END_ENTITY; -- applied_expression_assignment

Entity data types and their attributes

expression_assignment
          assigned_expression: expression;
          assigned_to_object: assignment_target_select;
          role: expression_role;
applied_expression_assignment
          items: SET [1:?] OF expression_assignment_item;

Users

expression_assignment
          applied_action_method_assignment.items
                    action_method_items
                              sbb_action_method_items
          issue_reference_mapping.items
                    issue_reference_item
                              syse_issue_reference_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
applied_expression_assignment
          applied_classification_assignment.items
                    classification_item
                              sbb_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item

Global rules for this entity data type

          -

public interface EApplied_expression_assignment extends EExpression_assignment

items (explicit attribute)

          boolean testItems(EApplied_expression_assignment type)
          AExpression_assignment_item getItems(EApplied_expression_assignment type)
          AExpression_assignment_item createItems(EApplied_expression_assignment type)
          void unsetItems(EApplied_expression_assignment type)

public class CApplied_expression_assignment implements EApplied_expression_assignment

          static EAttribute attributeItems(EApplied_expression_assignment type)
          static int usedinItems(EApplied_expression_assignment type, EEntity instance, ASdaiModel domain, AApplied_expression_assignment result)

public class AApplied_expression_assignment extends AEntity

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