Overview Schemas Index

ISO13584_GENERIC_EXPRESSIONS_SCHEMA (jsdai.SIso13584_generic_expressions_schema)


ENTITY unary_generic_expression
          ABSTRACT SUPERTYPE
          SUBTYPE OF (generic_expression);
          operand : generic_expression;
END_ENTITY; -- unary_generic_expression

Entity data types and their attributes

generic_expression
          -
unary_generic_expression
          operand: generic_expression;

Known subtypes

          b_spline_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          definite_integral_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          dependent_variable_definition (MATHEMATICAL_FUNCTIONS_SCHEMA)
          expression_denoted_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          general_linear_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          homogeneous_linear_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          length_function (ISO13584_EXPRESSIONS_SCHEMA)
          linearized_table_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          mesh_function (MESH_FUNCTION_SCHEMA)
          mesh_function_basis (MESH_FUNCTION_SCHEMA)
          partial_derivative_expression (MATHEMATICAL_FUNCTIONS_SCHEMA)
          partial_derivative_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          rationalize_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          reindexed_array_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          repackaging_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          restriction_function (MATHEMATICAL_FUNCTIONS_SCHEMA)
          unary_boolean_expression (ISO13584_EXPRESSIONS_SCHEMA)
          unary_numeric_expression (ISO13584_EXPRESSIONS_SCHEMA)
          value_function (ISO13584_EXPRESSIONS_SCHEMA)

Known subtype constraints

          sc1_unary_generic_expression (MESH_FUNCTION_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
unary_generic_expression

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

unary_generic_expression
          -

Global rules for this entity data type

          -

public interface EUnary_generic_expression extends EGeneric_expression

operand (explicit attribute)

          boolean testOperand(EUnary_generic_expression type)
          EGeneric_expression getOperand(EUnary_generic_expression type)
          void setOperand(EUnary_generic_expression type, EGeneric_expression value)
          void unsetOperand(EUnary_generic_expression type)

public class CUnary_generic_expression implements EUnary_generic_expression

          static EAttribute attributeOperand(EUnary_generic_expression type)
          static int usedinOperand(EUnary_generic_expression type, EGeneric_expression instance, ASdaiModel domain, AUnary_generic_expression result)

public class AUnary_generic_expression extends AEntity

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