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:
Derived Attributes
Entity substring_expression has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity substring_expression inherits from the following supertypes:
generic_expression
expression
string_expression
generic_expression
multiple_arity_generic_expression
Subtypes
No subtypesReferenced By
Entity substring_expression and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00