Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


FUNCTION default_tolerance_table_cell_wr2
          (agg : AGGREGATE OF representation_item) : BOOLEAN;

 BEGIN IF SIZEOF ( agg ) <= 5 THEN RETURN  ( TRUE ) ; ELSE RETURN ( FALSE ) ; END_IF ; END ; 

END_FUNCTION; -- default_tolerance_table_cell_wr2

public class FDefault_tolerance_table_cell_wr2
          public static Value run(SdaiContext _context, Value agg)