Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY dictionary_element
          ABSTRACT SUPERTYPE OF (ONEOF (supplier_element, class_and_property_elements, data_type_element));
          identified_by : basic_semantic_unit;
          time_stamps : OPTIONAL dates;
          revision : revision_type;
END_ENTITY; -- dictionary_element

Entity data types and their attributes

dictionary_element
          identified_by: basic_semantic_unit;
          (OPT) time_stamps: dates;
          revision: revision_type;

Known subtypes

          class_and_property_elements (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          data_type_element (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          supplier_element (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

dictionary_element

Global rules for this entity data type

          -

public interface EDictionary_element extends EEntity

identified_by (explicit attribute)

          boolean testIdentified_by(EDictionary_element type)
          EBasic_semantic_unit getIdentified_by(EDictionary_element type)
          void setIdentified_by(EDictionary_element type, EBasic_semantic_unit value)
          void unsetIdentified_by(EDictionary_element type)

time_stamps (explicit attribute)

          boolean testTime_stamps(EDictionary_element type)
          EDates getTime_stamps(EDictionary_element type)
          void setTime_stamps(EDictionary_element type, EDates value)
          void unsetTime_stamps(EDictionary_element type)

revision (explicit attribute)

          boolean testRevision(EDictionary_element type)
          String getRevision(EDictionary_element type)
          void setRevision(EDictionary_element type, String value)
          void unsetRevision(EDictionary_element type)

public class CDictionary_element implements EDictionary_element

          static EAttribute attributeIdentified_by(EDictionary_element type)
          static int usedinIdentified_by(EDictionary_element type, EBasic_semantic_unit instance, ASdaiModel domain, ADictionary_element result)
          static EAttribute attributeTime_stamps(EDictionary_element type)
          static int usedinTime_stamps(EDictionary_element type, EDates instance, ASdaiModel domain, ADictionary_element result)
          static EAttribute attributeRevision(EDictionary_element type)

public class ADictionary_element extends AEntity

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