Overview Schemas Index

Expression_arm         


ENTITY Numeric_expression
          ABSTRACT SUPERTYPE
          SUBTYPE OF (Expression);
DERIVE
          is_int : BOOLEAN := Is_int_expr (SELF);
          sql_mappable : BOOLEAN := Is_sql_mappable (SELF);
END_ENTITY; -- Numeric_expression

Entity data types and their attributes

Generic_expression
          -
Expression
          -
Numeric_expression
          (DER) is_int: BOOLEAN;
          (DER) sql_mappable: BOOLEAN;

Known subtypes

          Binary_numeric_expression (Expression_arm)
          Function_parameter_value (Numeric_function_arm)
          Length_function (Numeric_function_arm)
          Multiple_arity_numeric_expression (Expression_arm)
          Numeric_defined_function (Numeric_function_arm)
          Simple_numeric_expression (Expression_arm)
          Unary_numeric_expression (Expression_arm)

Users: by entity attributes

Generic_expression
          Applied_activity_assignment.items
                    activity_item
                              risk_activity_item
                                        risk_perception_source_item
                                                  syse_risk_perception_source_item
          Assigned_property.described_element
                    property_assignment_select
                              fbb_property_assignment_select
          Binary_generic_expression.operands
          Condition_parameter.parameter
                    condition_parameter_item
                              fbb_condition_parameter_item
                                        parameter_value_select
          Format_function.format_string
          Format_function.value_to_format
          Index_expression.index
          Index_expression.operand
          Interval_expression.interval_high
          Interval_expression.interval_item
          Interval_expression.interval_low
          Issue_reference.item
                    issue_reference_item
                              syse_issue_reference_item
          Multiple_arity_generic_expression.operands
          Named_variable_semantics.variable_context
          Parameter_value_representation_item.parameter_value
                    parameter_value_select
          Risk_identification_inputs.items
                    risk_perception_source_item
                              syse_risk_perception_source_item
          Risk_perception_source_assignment.items
                    risk_perception_source_item
                              syse_risk_perception_source_item
          Substring_expression.index1
          Substring_expression.index2
          Substring_expression.operand
          Unary_generic_expression.operand
Expression
          Classification_assignment.items
                    classification_item
                              sbb_classification_item
          Comparison_expression.operands
          Condition_parameter.parameter
                    condition_parameter_item
                              sbb_condition_parameter_item
          Description_text_assignment.items
                    description_item
                              sbb_description_item
          Expression_assignment.expression
Numeric_expression
          Binary_numeric_expression.operands
          Expression_extension.expression_associated
                    expression_extension_select
          Multiple_arity_numeric_expression.operands
          Odd_function.operand
          Unary_numeric_expression.operand

Users: by defined types, not used by any entity attribute

Numeric_expression
          -

Global rules for this entity data type

          -