|
FUNCTION limdwpcd_get_ppdl (input : SET [0:?] OF plated_passage_armx) : SET [0:?] OF plated_passage_dependent_land_armx; LOCAL sspc : SET OF plated_passage_dependent_land_armx := [ ] ; END_LOCAL ; REPEAT i := 1 TO SIZEOF ( input ) BY 1 ; sspc := sspc + bag_to_set ( USEDIN ( input [ i ] , 'land_xim.plated_passage_dependent_land_armx.reference_plated_passage' ) ) ; END_REPEAT ; RETURN ( sspc ) ; END_FUNCTION; -- limdwpcd_get_ppdl |
|
public class FLimdwpcd_get_ppdl public static Value run(SdaiContext _context, Value input) |