Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


ENTITY maths_variable
          SUBTYPE OF (generic_variable);
          values_space : maths_space;
          name : label;
WHERE
          wr1: expression_is_constant(values_space);
END_ENTITY; -- maths_variable

Entity data types and their attributes

generic_expression
          -
simple_generic_expression
          -
generic_variable
          (INV) interpretation: environment FOR syntactic_representation;
maths_variable
          values_space: maths_space;
          name: label;

Known subtypes

          maths_boolean_variable (MATHEMATICAL_FUNCTIONS_SCHEMA)
          maths_integer_variable (MATHEMATICAL_FUNCTIONS_SCHEMA)
          maths_real_variable (MATHEMATICAL_FUNCTIONS_SCHEMA)
          maths_string_variable (MATHEMATICAL_FUNCTIONS_SCHEMA)
          variational_parameter (PARAMETERIZATION_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
simple_generic_expression
generic_variable
          abstracted_expression_function.variables
          definite_integral_expression.variables
          environment.syntactic_representation
          quantifier_expression.variables
          variable_assignment.the_variable
maths_variable
          definite_integral_expression.variable_of_integration
          partial_derivative_expression.d_variables

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

maths_variable
          -

Global rules for this entity data type

          -

public interface EMaths_variable extends EGeneric_variable

values_space (explicit attribute)

          boolean testValues_space(EMaths_variable type)
          EMaths_space getValues_space(EMaths_variable type)
          void setValues_space(EMaths_variable type, EMaths_space value)
          void unsetValues_space(EMaths_variable type)

name (explicit attribute)

          boolean testName(EMaths_variable type)
          String getName(EMaths_variable type)
          void setName(EMaths_variable type, String value)
          void unsetName(EMaths_variable type)

public class CMaths_variable implements EMaths_variable

          static EAttribute attributeValues_space(EMaths_variable type)
          static int usedinValues_space(EMaths_variable type, EMaths_space instance, ASdaiModel domain, AMaths_variable result)
          static EAttribute attributeName(EMaths_variable type)

public class AMaths_variable extends AEntity

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