|
FUNCTION limdwpcd_get_tbrs (input : SET [0:?] OF stratum_feature_template_component_armx) : SET [0:?] OF stratum_armx; LOCAL s : SET OF stratum_armx := [ ] ; END_LOCAL ; REPEAT i := 1 TO SIZEOF ( input ) BY 1 ; s := s + input [ i ] \ stratum_feature_template_component_armx . resident_stratum ; END_REPEAT ; RETURN ( s ) ; END_FUNCTION; -- limdwpcd_get_tbrs |
|
public class FLimdwpcd_get_tbrs public static Value run(SdaiContext _context, Value input) |