Overview Schemas Index

FABRICATION_TECHNOLOGY_XIM (jsdai.SFabrication_technology_xim)


FUNCTION ft_get_unspecified_asto
          (input : SET [0:?] OF allocated_passage_minimum_annular_ring_armx) : INTEGER;

LOCAL
     count : INTEGER := 0;
    END_LOCAL;
    REPEAT i := 1 TO SIZEOF(input) BY 1;
     IF NOT EXISTS(input[i]\Allocated_passage_minimum_annular_ring_armx.associated_stratum_technology_occurrence) THEN
       count := count + 1;
     END_IF;
    END_REPEAT;
    RETURN(count);

END_FUNCTION; -- ft_get_unspecified_asto

public class FFt_get_unspecified_asto
          public static Value run(SdaiContext _context, Value input)