Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


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

 BEGIN IF ( SIZEOF  ( agg ) = 2 ) AND ( ( SIZEOF  ( QUERY  ( i1 <* agg | ( 'automotive_design.measure_representation_item' IN  TYPEOF  ( i1 ) ) ) ) = 2 ) OR ( SIZEOF ( QUERY ( i2 <* agg | ( 'automotive_design.value_representation_item' IN TYPEOF ( i2 ) ) ) ) = 2 ) ) THEN RETURN  ( TRUE ) ; ELSE RETURN ( FALSE ) ; END_IF ; END ; 

END_FUNCTION; -- value_range_wr1

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