Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY dic_unit;
          structured_representation : unit;
          string_representation : OPTIONAL mathematical_string;
END_ENTITY; -- dic_unit

Entity data types and their attributes

dic_unit
          structured_representation: unit;
          (OPT) string_representation: mathematical_string;

Users

dic_unit
          int_measure_type.unit
          real_measure_type.unit

Global rules for this entity data type

          -

public interface EDic_unit extends EEntity

structured_representation (explicit attribute)

          int testStructured_representation(EDic_unit type)
          case 1
              EEntity getStructured_representation(EDic_unit type)
              void setStructured_representation(EDic_unit type, EEntity value, EEntity node1)
          void unsetStructured_representation(EDic_unit type)

string_representation (explicit attribute)

          boolean testString_representation(EDic_unit type)
          EMathematical_string getString_representation(EDic_unit type)
          void setString_representation(EDic_unit type, EMathematical_string value)
          void unsetString_representation(EDic_unit type)

public class CDic_unit implements EDic_unit

          static EAttribute attributeStructured_representation(EDic_unit type)
          static int usedinStructured_representation(EDic_unit type, EEntity instance, ASdaiModel domain, ADic_unit result)
          static EAttribute attributeString_representation(EDic_unit type)
          static int usedinString_representation(EDic_unit type, EMathematical_string instance, ASdaiModel domain, ADic_unit result)

public class ADic_unit extends AEntity

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