Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY non_quantitative_int_type
          SUBTYPE OF (int_type);
          domain : value_domain;
WHERE
          wr1: QUERY(v <* domain.its_values | 
        'ISO13584_IEC61360_DICTIONARY_SCHEMA.VALUE_CODE_TYPE' IN
        TYPEOF(v.value_code)) = [];
END_ENTITY; -- non_quantitative_int_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
int_type
          -
non_quantitative_int_type
          domain: value_domain;

Users

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type
number_type
int_type
non_quantitative_int_type

Global rules for this entity data type

          -

public interface ENon_quantitative_int_type extends EInt_type

domain (explicit attribute)

          boolean testDomain(ENon_quantitative_int_type type)
          EValue_domain getDomain(ENon_quantitative_int_type type)
          void setDomain(ENon_quantitative_int_type type, EValue_domain value)
          void unsetDomain(ENon_quantitative_int_type type)

public class CNon_quantitative_int_type implements ENon_quantitative_int_type

          static EAttribute attributeDomain(ENon_quantitative_int_type type)
          static int usedinDomain(ENon_quantitative_int_type type, EValue_domain instance, ASdaiModel domain, ANon_quantitative_int_type result)

public class ANon_quantitative_int_type extends AEntity

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