|
ENTITY Row_value; values : LIST [0:?] OF term_select; WHERE WR1: SIZEOF(QUERY(v <* SELF.values | contains_variable(v))) = 0; WR2: SIZEOF(QUERY(v <* SELF.values | 'PRODUCTION_RULE_ARM.ROW_VALUE' IN TYPEOF(v))) = 0; END_ENTITY; -- Row_value |
Entity data types and their attributesRow_valuevalues: LIST [0:?] OF term_select; |
Users: by entity attributesRow_valueAtomic_formula.terms term_select Func.terms term_select Global_assignment.val term_select Row_value.values term_select Users: by defined types, not used by any entity attributeRow_value- |
Global rules for this entity data type- |