|
FUNCTION limd_get_sz_cp (input : SET [1:?] OF conductive_interconnect_element_terminal_link_armx) : INTEGER; LOCAL ac : SET OF conductive_interconnect_element_terminal := [ ] ; END_LOCAL ; REPEAT i := 1 TO HIINDEX ( input ) ; ac := ac + input [ i ] \ conductive_interconnect_element_terminal_link_armx . precedent_point + input [ i ] \ conductive_interconnect_element_terminal_link_armx . subsequent_point ; END_REPEAT ; RETURN ( SIZEOF ( ac ) ) ; END_FUNCTION; -- limd_get_sz_cp |
|
public class FLimd_get_sz_cp public static Value run(SdaiContext _context, Value input) |