FUNCTION max_exists
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
FUNCTION max_exists(spc : maths_space) : BOOLEAN;
LOCAL
types : SET OF STRING := TYPEOF(spc);
END_LOCAL;
RETURN (bool((schema_prefix + 'FINITE_INTEGER_INTERVAL' IN types) OR (
schema_prefix + 'INTEGER_INTERVAL_TO_MAX' IN types) OR (schema_prefix +
'FINITE_REAL_INTERVAL' IN types) OR (schema_prefix + 'REAL_INTERVAL_TO_MAX'
IN types)));
END_FUNCTION;
Referenced By
Defintion max_exists is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00