Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY real_measure_type
          SUBTYPE OF (real_type);
          unit : dic_unit;
END_ENTITY; -- real_measure_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
real_type
          -
real_measure_type
          unit: dic_unit;

Users

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type
number_type
real_type
real_measure_type

Global rules for this entity data type

          -

public interface EReal_measure_type extends EReal_type

unit (explicit attribute)

          boolean testUnit(EReal_measure_type type)
          EDic_unit getUnit(EReal_measure_type type)
          void setUnit(EReal_measure_type type, EDic_unit value)
          void unsetUnit(EReal_measure_type type)

public class CReal_measure_type implements EReal_measure_type

          static EAttribute attributeUnit(EReal_measure_type type)
          static int usedinUnit(EReal_measure_type type, EDic_unit instance, ASdaiModel domain, AReal_measure_type result)

public class AReal_measure_type extends AEntity

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