Overview Schemas Index

PRODUCTION_RULE_XIM (jsdai.SProduction_rule_xim)


ENTITY global_assignment_armx
          SUBTYPE OF (global_assignment);
          SELF\representation_item_relationship.relating_representation_item RENAMED variable : abstract_variable_armx;
          SELF\representation_item_relationship.related_representation_item RENAMED val : term_select;
WHERE
          wr1: NOT(contains_variable(SELF.val));
END_ENTITY; -- global_assignment_armx

Entity data types and their attributes

representation_item_relationship
          name: label;
          (OPT) description: text;
          relating_representation_item: representation_item;
          related_representation_item: representation_item;
global_assignment
          -
global_assignment_armx
          (RT) relating_representation_item->variable: abstract_variable_armx;
          (RT) related_representation_item->val: term_select;

Users

representation_item_relationship
global_assignment
global_assignment_armx

Global rules for this entity data type

          -

public interface EGlobal_assignment_armx extends EGlobal_assignment


public class CGlobal_assignment_armx implements EGlobal_assignment_armx


public class AGlobal_assignment_armx extends AEntity

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