Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


ENTITY quantifier_expression
          ABSTRACT SUPERTYPE
          SUBTYPE OF (multiple_arity_generic_expression);
          variables : LIST [1:?] OF UNIQUE generic_variable;
WHERE
          wr1: SIZEOF (QUERY (vrbl <* variables | NOT (vrbl IN
       SELF\multiple_arity_generic_expression.operands))) = 0;
          wr2: SIZEOF (QUERY (vrbl <* variables | NOT ((schema_prefix +
       'BOUND_VARIABLE_SEMANTICS') IN TYPEOF (vrbl.interpretation.semantics)))) = 0;
END_ENTITY; -- quantifier_expression

Entity data types and their attributes

generic_expression
          -
multiple_arity_generic_expression
          operands: LIST [2:?] OF generic_expression;
quantifier_expression
          variables: LIST [1:?] OF UNIQUE generic_variable;

Known subtypes

          abstracted_expression_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          definite_integral_expression (MATHEMATICAL_FUNCTIONS_SCHEMA)

Users: by entity attributes

generic_expression
          abstracted_expression_function.expr
          application_defined_function.parameters
                    maths_value
          applied_action_assignment.items
                    action_items
                              ds_action_items
                                        syse_action_items
          applied_action_method_assignment.items
                    action_method_items
                              condition_action_method_items
                                        sbb_condition_action_method_items
                                                  parameter_value_select
          applied_group_assignment.items
                    groupable_item
                              parameter_value_select_groupable_item
                                        parameter_value_select
          banded_matrix.default_entry
                    maths_value
          basic_sparse_matrix.default_entry
                    maths_value
          binary_generic_expression.operands
          bound_variational_parameter.parameter_current_value
                    maths_value
          constant_function.sole_output
                    maths_value
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          definite_integral_expression.integrand
          expression_denoted_function.expr
          finite_function.pairs
                    maths_value
          finite_space.members
                    maths_value
          format_function.format_string
          format_function.value_to_format
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          function_application.arguments
                    maths_expression
          function_application.operands
          functional_terminal_group_assignment.items
                    groupable_item
                              generic_expression_groupable_item
          index_expression.index
          index_expression.operand
          interval_expression.interval_high
          interval_expression.interval_item
          interval_expression.interval_low
          listed_data.values
                    maths_value
          mathematical_description.described
                    maths_value
          maths_tuple_literal.lit_value
                    maths_value
          maths_value_context.abstract_value
                    maths_value
          maths_value_with_unit.value_component
                    maths_value
          multiple_arity_generic_expression.operands
          parallel_composed_function.operands
          partial_derivative_expression.derivand
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ds_action_items
                                                            syse_action_items
          rational_representation_item_xim.operands
          risk_identification_inputs.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
                                        prgm_risk_perception_source_item
                                                  syse_risk_perception_source_item
          risk_perception_source_assignment.items
                    risk_perception_source_item
                              rm_risk_perception_source_item
                                        prgm_risk_perception_source_item
                                                  syse_risk_perception_source_item
          strict_triangular_matrix.main_diagonal_value
                    maths_value
          substring_expression.index1
          substring_expression.index2
          substring_expression.operand
          symmetric_banded_matrix.default_entry
                    maths_value
          triangular_matrix.default_entry
                    maths_value
          unary_generic_expression.operand
          variational_parameter.parameter_current_value
                    maths_value
multiple_arity_generic_expression
quantifier_expression

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

quantifier_expression
          -

Global rules for this entity data type

          -

public interface EQuantifier_expression extends EMultiple_arity_generic_expression

variables (explicit attribute)

          boolean testVariables(EQuantifier_expression type)
          AGeneric_variable getVariables(EQuantifier_expression type)
          AGeneric_variable createVariables(EQuantifier_expression type)
          void unsetVariables(EQuantifier_expression type)

public class CQuantifier_expression implements EQuantifier_expression

          static EAttribute attributeVariables(EQuantifier_expression type)
          static int usedinVariables(EQuantifier_expression type, EGeneric_variable instance, ASdaiModel domain, AQuantifier_expression result)

public class AQuantifier_expression extends AEntity

          public EQuantifier_expression getByIndex(int index)
          public EQuantifier_expression getCurrentMember(SdaiIterator it)