Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


ENTITY logical_literal
          SUBTYPE OF (generic_literal);
          lit_value : LOGICAL;
END_ENTITY; -- logical_literal

Entity data types and their attributes

generic_expression
          -
simple_generic_expression
          -
generic_literal
          -
logical_literal
          lit_value: LOGICAL;

Known subtypes

          logical_representation_item (BASIC_DATA_REPRESENTATION_MIM)

Users

generic_expression
          abstracted_expression_function.expr
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  parameter_value_select_groupable_item
                                                            parameter_value_select
          application_defined_function.parameters
                    maths_value
          applied_action_method_assignment.items
                    action_method_items
                              fbb_action_method_items
                                        parameter_value_select
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  parameter_value_select_groupable_item
                                                            parameter_value_select
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  generic_expression_groupable_item
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  generic_expression_groupable_item
          applied_group_assignment.items
                    groupable_item
                              generic_expression_groupable_item
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  generic_expression_groupable_item
          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
          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
          function_application.arguments
                    maths_expression
          function_application.operands
          functional_terminal_group_assignment.items
                    groupable_item
                              parameter_value_select_groupable_item
                                        parameter_value_select
          index_expression.index
          index_expression.operand
          interval_expression.interval_high
          interval_expression.interval_item
          interval_expression.interval_low
          issue_reference_mapping.items
                    issue_reference_item
                              syse_issue_reference_item
          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
          rational_representation_item_xim.operands
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_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
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  parameter_value_select_groupable_item
                                                            parameter_value_select
simple_generic_expression
generic_literal
          literal_assignment.literal_value
logical_literal

Global rules for this entity data type

          -

public interface ELogical_literal extends EGeneric_literal

lit_value (explicit attribute)

          boolean testLit_value(ELogical_literal type)
          int getLit_value(ELogical_literal type)
          void setLit_value(ELogical_literal type, int value)
          void unsetLit_value(ELogical_literal type)

public class CLogical_literal implements ELogical_literal

          static EAttribute attributeLit_value(ELogical_literal type)

public class ALogical_literal extends AEntity

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