ENTITY maths_function

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY maths_function
   ABSTRACT SUPERTYPE OF (ONEOF(finite_function, constant_function, selector_function, elementary_function, restriction_function, repackaging_function, reindexed_array_function, series_composed_function, parallel_composed_function, explicit_table_function, homogeneous_linear_function, general_linear_function, b_spline_basis, b_spline_function, rationalize_function, partial_derivative_function, definite_integral_function, abstracted_expression_function, expression_denoted_function, imported_point_function, imported_curve_function, imported_surface_function, imported_volume_function, application_defined_function))
   SUBTYPE OF (generic_expression);
   DERIVE
      domain : tuple_space := derive_function_domain(SELF);
      range : tuple_space := derive_function_range(SELF);
END_ENTITY;

Explicit Attributes

    No explicit attributes

Derived Attributes

Entity maths_function has the following local and inherited derived attributes:
AttributeTypeDefined By
 domaintuple_space (SELECT)maths_function
 rangetuple_space (SELECT)maths_function

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity maths_function inherits from the following supertypes:
  generic_expression

Subtypes

Entity maths_function has the following subtypes:
    abstracted_expression_function*     application_defined_function*     b_spline_basis*     b_spline_function*     banded_matrix     basic_sparse_matrix     constant_function*     definite_integral_function*     elementary_function*     explicit_table_function*     expression_denoted_function*     externally_listed_data     finite_function*     general_linear_function*     homogeneous_linear_function*     imported_curve_function*     imported_point_function*     imported_surface_function*     imported_volume_function*     linearized_table_function     listed_complex_number_data     listed_data     listed_integer_data     listed_logical_data     listed_real_data     listed_string_data     parallel_composed_function*     partial_derivative_function*     rationalize_function*     regular_table_function     reindexed_array_function*     repackaging_function*     restriction_function*     selector_function*     series_composed_function*     standard_table_function     strict_triangular_matrix     symmetric_banded_matrix     symmetric_matrix     triangular_matrix
* - Immediate Subtypes

Referenced By

Entity maths_function 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
 basic_sparse_matrix ENTITY maths_function
 binary_generic_expression ENTITY generic_expression
 b_spline_function ENTITY maths_function
 compare_basis_and_coef FUNCTION maths_function
 composable_sequence FUNCTION maths_function
 convert_to_maths_function FUNCTION maths_function
 convert_to_operand FUNCTION generic_expression
 convert_to_operands FUNCTION generic_expression
 convert_to_operands_prcmfn FUNCTION maths_function
 convert_to_operands_prcmfn FUNCTION generic_expression
 definite_integral_expression ENTITY generic_expression
 definite_integral_expr_check FUNCTION generic_expression
 definite_integral_function ENTITY maths_function
 derive_function_domain FUNCTION maths_function
 derive_function_range FUNCTION maths_function
 domain_from FUNCTION maths_function
 equal_maths_functions FUNCTION maths_function
 expression_denoted_function ENTITY generic_expression
 expression_is_constant FUNCTION generic_expression
 format_function ENTITY generic_expression
 free_variables_of FUNCTION generic_expression
 function_applicability FUNCTION generic_expression
 function_application ENTITY generic_expression
 function_is_1d_array FUNCTION maths_function
 function_is_1d_table FUNCTION maths_function
 function_is_2d_table FUNCTION maths_function
 function_is_array FUNCTION maths_function
 function_is_table FUNCTION maths_function
 general_linear_function ENTITY maths_function
 has_values_space FUNCTION generic_expression
 homogeneous_linear_function ENTITY maths_function
 index_expression ENTITY generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 linearized_table_function ENTITY maths_function
 make_atom_based_literal FUNCTION generic_expression
 make_binary_literal FUNCTION generic_expression
 make_boolean_literal FUNCTION generic_expression
 make_cartesian_complex_number_region FUNCTION generic_expression
 make_complex_number_literal FUNCTION generic_expression
 make_elementary_function FUNCTION generic_expression
 make_elementary_function FUNCTION maths_function
 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 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 maths_function
 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_string_literal FUNCTION generic_expression
 make_uniform_product_space FUNCTION generic_expression
 maths_expression SELECT generic_expression
 maths_function_select SELECT maths_function
 maths_space_or_function SELECT maths_function
 maths_value SELECT generic_expression
 member_of FUNCTION maths_function
 multiple_arity_generic_expression ENTITY generic_expression
 no_cyclic_domain_reference FUNCTION maths_function
 parallel_composed_function ENTITY generic_expression
 parallel_composed_function ENTITY maths_function
 parallel_composed_function_composability_check FUNCTION maths_function
 parallel_composed_function_domain_check FUNCTION maths_function
 partial_derivative_expression ENTITY generic_expression
 partial_derivative_function ENTITY maths_function
 rationalize_function ENTITY maths_function
 reindexed_array_function ENTITY maths_function
 repackaging_function ENTITY maths_function
 series_composed_function ENTITY maths_function
 shape_of_array FUNCTION maths_function
 simplify_function_application FUNCTION generic_expression
 simplify_generic_expression FUNCTION generic_expression
 substitute FUNCTION maths_function
 substitute FUNCTION generic_expression
 substring_expression ENTITY generic_expression
 triangular_matrix ENTITY maths_function
 unary_generic_expression ENTITY generic_expression
 used_variables FUNCTION generic_expression
 values_space_of FUNCTION maths_function
 values_space_of FUNCTION generic_expression


[Top Level Definitions] [Exit]

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