FUNCTION derive_finite_function_domain

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
FUNCTION derive_finite_function_domain(pairs : SET [1:?] OF  LIST [2:2] OF 
  maths_value) : tuple_space;
LOCAL
  result : SET OF maths_value := [];
END_LOCAL;
  result := result + list_selected_components(pairs, 1);
  RETURN (one_tuples_of(make_finite_space(result)));
END_FUNCTION;

Referenced By

Defintion derive_finite_function_domain is references by the following definitions:
DefinitionType
 derive_function_domain FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00