|
FUNCTION default_tolerance_table_cell_wr5 (agg : compound_item_definition) : BOOLEAN; BEGIN IF ( SIZEOF ( QUERY ( i <* agg | ( 'default_tolerance_mim.descriptive_representation_item' IN TYPEOF ( i ) ) ) ) <= 1 ) AND ( SIZEOF ( QUERY ( i <* agg | ( 'default_tolerance_mim.descriptive_representation_item' IN TYPEOF ( i ) ) ) ) = SIZEOF ( QUERY ( i <* agg | ( ( 'default_tolerance_mim.descriptive_representation_item' IN TYPEOF ( i ) ) AND ( i \ representation_item . name = 'cell description' ) ) ) ) ) THEN RETURN ( TRUE ) ; ELSE RETURN ( FALSE ) ; END_IF ; END ; END_FUNCTION; -- default_tolerance_table_cell_wr5 |
|
public class FDefault_tolerance_table_cell_wr5 public static Value run(SdaiContext _context, Value agg) |