ENTITY numeric_expression

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP203e2
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
ENTITY numeric_expression
   ABSTRACT SUPERTYPE OF (ONEOF(simple_numeric_expression, unary_numeric_expression, binary_numeric_expression, multiple_arity_numeric_expression, length_function, value_function, numeric_defined_function))
   SUBTYPE OF (expression);
   DERIVE
      is_int : BOOLEAN := is_int_expr(SELF);
      sql_mappable : BOOLEAN := is_sql_mappable(SELF);
END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

Entity numeric_expression has the following local and inherited derived attributes:
AttributeTypeDefined By
 is_intBOOLEANnumeric_expression
 sql_mappableBOOLEANnumeric_expression

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity numeric_expression inherits from the following supertypes:
  generic_expression
    expression

Subtypes

Entity numeric_expression has the following subtypes:
    abs_function     acos_function     asin_function     atan_function     binary_function_call     binary_numeric_expression*     cos_function     div_expression     exp_function     expression_extension_numeric*     int_literal     int_numeric_variable     int_value_function     integer_defined_function     integer_representation_item     length_function*     literal_number     log10_function     log2_function     log_function     maths_integer_variable     maths_real_variable     maximum_function     minimum_function     minus_expression     minus_function     mod_expression     mult_expression     multiple_arity_function_call     multiple_arity_numeric_expression*     numeric_defined_function*     numeric_variable     plus_expression     power_expression     rational_representation_item     real_defined_function     real_literal     real_numeric_variable     real_representation_item     simple_numeric_expression*     sin_function     slash_expression     square_root_function     tan_function     unary_function_call     unary_numeric_expression*     value_function*
* - Immediate Subtypes

Referenced By

Entity numeric_expression and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 abstracted_expression_function ENTITY generic_expression
 acyclic FUNCTION generic_expression
 all_members_of_es FUNCTION generic_expression
 binary_generic_expression ENTITY generic_expression
 binary_numeric_expression ENTITY numeric_expression
 comparison_expression ENTITY expression
 convert_to_operand FUNCTION generic_expression
 convert_to_operands FUNCTION generic_expression
 convert_to_operands_prcmfn FUNCTION generic_expression
 definite_integral_expression ENTITY generic_expression
 definite_integral_expr_check FUNCTION generic_expression
 expression ENTITY numeric_expression
 expression_denoted_function ENTITY generic_expression
 expression_element SELECT expression
 expression_is_constant FUNCTION generic_expression
 format_function ENTITY generic_expression
 free_form_constraint ENTITY expression
 free_variables_of FUNCTION generic_expression
 function_applicability FUNCTION generic_expression
 function_application ENTITY generic_expression
 has_values_space FUNCTION generic_expression
 index_expression ENTITY generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_int_expr FUNCTION numeric_expression
 is_sql_mappable FUNCTION expression
 make_atom_based_literal FUNCTION generic_expression
 make_binary_literal FUNCTION generic_expression
 make_boolean_literal FUNCTION generic_expression
 make_boolean_literal FUNCTION expression
 make_cartesian_complex_number_region FUNCTION generic_expression
 make_complex_number_literal FUNCTION generic_expression
 make_elementary_function FUNCTION generic_expression
 make_elementary_space FUNCTION generic_expression
 make_extended_tuple_space FUNCTION generic_expression
 make_finite_integer_interval FUNCTION generic_expression
 make_finite_real_interval FUNCTION generic_expression
 make_finite_space FUNCTION generic_expression
 make_function_application FUNCTION generic_expression
 make_function_space FUNCTION generic_expression
 make_int_literal FUNCTION numeric_expression
 make_int_literal FUNCTION expression
 make_int_literal FUNCTION generic_expression
 make_listed_product_space FUNCTION generic_expression
 make_logical_literal FUNCTION generic_expression
 make_maths_enum_literal FUNCTION generic_expression
 make_maths_tuple_literal FUNCTION generic_expression
 make_parallel_composed_function FUNCTION generic_expression
 make_polar_complex_number_region FUNCTION generic_expression
 make_real_interval_from_min FUNCTION generic_expression
 make_real_interval_to_max FUNCTION generic_expression
 make_real_literal FUNCTION generic_expression
 make_real_literal FUNCTION numeric_expression
 make_real_literal FUNCTION expression
 make_string_literal FUNCTION generic_expression
 make_string_literal FUNCTION expression
 make_uniform_product_space FUNCTION generic_expression
 maths_expression SELECT generic_expression
 maths_value SELECT generic_expression
 multiple_arity_generic_expression ENTITY generic_expression
 multiple_arity_numeric_expression ENTITY numeric_expression
 odd_function ENTITY numeric_expression
 parallel_composed_function ENTITY generic_expression
 partial_derivative_expression ENTITY generic_expression
 simplify_function_application FUNCTION generic_expression
 simplify_generic_expression FUNCTION generic_expression
 substitute FUNCTION generic_expression
 substring_expression ENTITY generic_expression
 unary_generic_expression ENTITY generic_expression
 unary_numeric_expression ENTITY numeric_expression
 used_variables FUNCTION generic_expression
 values_space_of FUNCTION generic_expression
 values_space_of FUNCTION numeric_expression


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:17-04:00