|
ENTITY row_value_armx SUBTYPE OF (row_value); values : LIST [0:?] OF term_select; DERIVE SELF\compound_representation_item.item_element : compound_item_definition := ? ; WHERE wr1: SIZEOF ( QUERY ( v <* SELF . values | contains_variable ( v ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( v <* SELF . values | 'production_rule_xim.row_value_armx' IN TYPEOF ( v ) ) ) = 0 ; END_ENTITY; -- row_value_armx |
Entity data types and their attributesrepresentation_itemname: label; compound_representation_item item_element: compound_item_definition; row_value - row_value_armx values: LIST [0:?] OF term_select; (RT) (DER) item_element: compound_item_definition; |
Global rules for this entity data type- |
public interface ERow_value_armx extends ERow_valuevalues (explicit attribute)boolean testValues(ERow_value_armx type)ATerm_select getValues(ERow_value_armx type) ATerm_select createValues(ERow_value_armx type) void unsetValues(ERow_value_armx type) |
public class CRow_value_armx implements ERow_value_armxstatic EAttribute attributeValues(ERow_value_armx type)static int usedinValues(ERow_value_armx type, EEntity instance, ASdaiModel domain, ARow_value_armx result) static EAttribute attributeItem_element(ERow_value_armx type) static int usedinItem_element(ERow_value_armx type, EEntity instance, ASdaiModel domain, ARow_value_armx result) |
public class ARow_value_armx extends AEntitypublic ERow_value_armx getByIndex(int index)public ERow_value_armx getCurrentMember(SdaiIterator it) |