ENTITY substring_expression

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY substring_expression
SUBTYPE OF (string_expression, multiple_arity_generic_expression);
DERIVE
  operand : generic_expression := SELF\multiple_arity_generic_expression.
  operands[1];
  index1 : generic_expression := SELF\multiple_arity_generic_expression.
  operands[2];
  index2 : generic_expression := SELF\multiple_arity_generic_expression.
  operands[3];
WHERE
  wr1 : ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(operand)) AND (
    'AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(index1)) AND (
    'AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(index2));
  wr2 : SIZEOF(SELF\multiple_arity_generic_expression.operands) = 3;
  wr3 : is_int_expr(index1);
  wr4 : is_int_expr(index2);
END_ENTITY; (* declared in: iso13584_expressions_schema *)

Explicit Attributes

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

Derived Attributes

Entity substring_expression has the following local and inherited derived attributes:
AttributeTypeDefined By
 operandgeneric_expression (ENTITY)substring_expression
 index1generic_expression (ENTITY)substring_expression
 index2generic_expression (ENTITY)substring_expression

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity substring_expression inherits from the following supertypes:
  generic_expression
    expression
      string_expression
  generic_expression
    multiple_arity_generic_expression

Subtypes

    No subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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