ENTITY repackaging_function

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY repackaging_function
   SUBTYPE OF (maths_function, unary_generic_expression);
      SELF\unary_generic_expression.operand : maths_function;
      input_repack : repackage_options;
      output_repack : repackage_options;
      selected_output : nonnegative_integer;
   WHERE
      WR1:
         (input_repack <> ro_wrap_as_tuple) OR (space_dimension(operand.domain) = 1) AND (schema_prefix + 'TUPLE_SPACE' IN TYPEOF(factor1(operand.domain)));
      WR2:
         (output_repack <> ro_unwrap_tuple) OR (space_dimension(operand.range) = 1) AND (schema_prefix + 'TUPLE_SPACE' IN TYPEOF(factor1(operand.range)));
      WR3:
         selected_output <= space_dimension(repackage(operand.range, output_repack));
END_ENTITY;

Explicit Attributes

Entity repackaging_function has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operandmaths_function (ENTITY)repackaging_function(Redcl from unary_generic_expression)
 input_repackrepackage_options (ENUM)repackaging_function
 output_repackrepackage_options (ENUM)repackaging_function
 selected_outputnonnegative_integer (INTEGER)repackaging_function

Derived Attributes

Entity repackaging_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 repackaging_function inherits from the following supertypes:
  generic_expression
    maths_function
  generic_expression
    unary_generic_expression

Subtypes

    No subtypes

Referenced By

Entity repackaging_function and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 abstracted_expression_function ENTITY generic_expression
 acyclic FUNCTION generic_expression
 acyclic FUNCTION unary_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 unary_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 generic_expression
 convert_to_operands_prcmfn FUNCTION maths_function
 definite_integral_expression ENTITY generic_expression
 definite_integral_expr_check FUNCTION generic_expression
 definite_integral_function ENTITY maths_function
 definite_integral_function ENTITY unary_generic_expression
 derive_function_domain FUNCTION repackaging_function
 derive_function_domain FUNCTION maths_function
 derive_function_domain FUNCTION unary_generic_expression
 derive_function_range FUNCTION unary_generic_expression
 derive_function_range FUNCTION repackaging_function
 derive_function_range FUNCTION maths_function
 domain_from FUNCTION maths_function
 equal_maths_functions FUNCTION maths_function
 expression_denoted_function ENTITY unary_generic_expression
 expression_denoted_function ENTITY generic_expression
 expression_is_constant FUNCTION generic_expression
 format_function ENTITY generic_expression
 free_variables_of FUNCTION unary_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 unary_generic_expression
 general_linear_function ENTITY maths_function
 generic_expression ENTITY unary_generic_expression
 has_values_space FUNCTION unary_generic_expression
 has_values_space FUNCTION generic_expression
 homogeneous_linear_function ENTITY maths_function
 homogeneous_linear_function ENTITY unary_generic_expression
 index_expression ENTITY generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_sql_mappable FUNCTION unary_generic_expression
 length_function ENTITY unary_generic_expression
 linearized_table_function ENTITY unary_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 generic_expression
 make_parallel_composed_function FUNCTION maths_function
 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 ENTITY repackaging_function
 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
 not_expression ENTITY unary_generic_expression
 no_cyclic_domain_reference FUNCTION maths_function
 odd_function ENTITY unary_generic_expression
 parallel_composed_function ENTITY maths_function
 parallel_composed_function ENTITY generic_expression
 parallel_composed_function_composability_check FUNCTION maths_function
 parallel_composed_function_domain_check FUNCTION maths_function
 partial_derivative_expression ENTITY generic_expression
 partial_derivative_expression ENTITY unary_generic_expression
 partial_derivative_function ENTITY unary_generic_expression
 partial_derivative_function ENTITY maths_function
 rationalize_function ENTITY maths_function
 rationalize_function ENTITY unary_generic_expression
 reindexed_array_function ENTITY unary_generic_expression
 reindexed_array_function ENTITY maths_function
 repackaging_function ENTITY unary_generic_expression
 repackaging_function ENTITY maths_function
 restriction_function ENTITY unary_generic_expression
 series_composed_function ENTITY maths_function
 shape_of_array FUNCTION maths_function
 simplify_function_application FUNCTION generic_expression
 simplify_generic_expression FUNCTION unary_generic_expression
 simplify_generic_expression FUNCTION generic_expression
 substitute FUNCTION generic_expression
 substitute FUNCTION maths_function
 substitute FUNCTION unary_generic_expression
 substring_expression ENTITY generic_expression
 triangular_matrix ENTITY maths_function
 unary_generic_expression ENTITY generic_expression
 unary_numeric_expression ENTITY unary_generic_expression
 used_variables FUNCTION unary_generic_expression
 used_variables FUNCTION generic_expression
 validate_dependently_instantiable_entity_data_types RULE unary_generic_expression
 validate_dependently_instantiable_entity_data_types RULE generic_expression
 values_space_of FUNCTION generic_expression
 values_space_of FUNCTION maths_function
 values_space_of FUNCTION unary_generic_expression
 value_function ENTITY unary_generic_expression


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:03-05:00