ENTITY format_function

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY format_function
SUBTYPE OF (string_expression, binary_generic_expression);
DERIVE
  value_to_format : generic_expression := SELF\binary_generic_expression.
  operands[1];
  format_string : generic_expression := SELF\binary_generic_expression.operands
  [2];
WHERE
  wr1 : ('AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(value_to_format)) 
    AND ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(format_string));
END_ENTITY; (* declared in: iso13584_expressions_schema *)

Explicit Attributes

Entity format_function has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operandsLIST OF generic_expression (ENTITY)binary_generic_expression

Derived Attributes

Entity format_function has the following local and inherited derived attributes:
AttributeTypeDefined By
 value_to_formatgeneric_expression (ENTITY)format_function
 format_stringgeneric_expression (ENTITY)format_function

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity format_function inherits from the following supertypes:
  generic_expression
    expression
      string_expression
  generic_expression
    binary_generic_expression

Subtypes

    No subtypes

Referenced By

Entity format_function and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic FUNCTION binary_generic_expression
 acyclic FUNCTION generic_expression
 binary_generic_expression ENTITY generic_expression
 binary_numeric_expression ENTITY binary_generic_expression
 comparison_expression ENTITY expression
 comparison_expression ENTITY binary_generic_expression
 concat_expression ENTITY string_expression
 expression ENTITY string_expression
 format_function ENTITY generic_expression
 format_function ENTITY binary_generic_expression
 generic_expression ENTITY binary_generic_expression
 index_expression ENTITY binary_generic_expression
 index_expression ENTITY generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_sql_mappable FUNCTION expression
 is_sql_mappable FUNCTION binary_generic_expression
 length_function ENTITY string_expression
 multiple_arity_generic_expression ENTITY generic_expression
 string_expression ENTITY format_function
 substring_expression ENTITY generic_expression
 unary_generic_expression ENTITY generic_expression
 value_function ENTITY string_expression
 xor_expression ENTITY binary_generic_expression


[Top Level Definitions] [Exit]

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