Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY real_type
          SUBTYPE OF (simple_type);
          precision : OPTIONAL bound;
END_ENTITY; -- real_type

Entity data types and their attributes

data_type
          name: express_id;
simple_type
          -
real_type
          (OPT) precision: bound;

Users

data_type
          aggregation_type.element_type
          function_definition.return_type
          map_or_view_input_parameter.extent
          parameter.parameter_type
simple_type
          attribute_mapping.target
                    base_type
          constant_definition.constant_value
                    base_type
          constant_definition.domain
                    base_type
          defined_type.domain
                    underlying_type
          dependent_source_parameter.extent
                    entity_or_view_definition_or_simple_type
          dependent_view_definition.domain
                    base_type
          derived_attribute.domain
                    base_type
          explicit_attribute.domain
                    base_type
          view_attribute.domain
                    base_type
real_type

Global rules for this entity data type

          -

public interface EReal_type extends ESimple_type

precision (explicit attribute)

          boolean testPrecision(EReal_type type)
          EBound getPrecision(EReal_type type)
          void setPrecision(EReal_type type, EBound value)
          void unsetPrecision(EReal_type type)

public class CReal_type implements EReal_type

          static EAttribute attributePrecision(EReal_type type)
          static int usedinPrecision(EReal_type type, EBound instance, ASdaiModel domain, AReal_type result)

public class AReal_type extends AEntity

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