Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


ENTITY uof_mapping;
          name : STRING;
          mappings : SET [1:?] OF entity_mapping;
END_ENTITY; -- uof_mapping

An uof_mapping gropes mappings by units of functionality. Maybe to add short names of UOFs. e.g. "S1" = product_identification           name: A name is name of unit of functionality.
          mappings: The mappings are a collection of mappings of source entities. An entity_mapping may participate in more than one uof_mapping.

Entity data types and their attributes

uof_mapping
          name: STRING;
          mappings: SET [1:?] OF entity_mapping;

Users

uof_mapping
          schema_mapping.uofs

Global rules for this entity data type

          -

public interface EUof_mapping extends EEntity

name (explicit attribute)

          boolean testName(EUof_mapping type)
          String getName(EUof_mapping type)
          void setName(EUof_mapping type, String value)
          void unsetName(EUof_mapping type)

mappings (explicit attribute)

          boolean testMappings(EUof_mapping type)
          AEntity_mapping getMappings(EUof_mapping type)
          AEntity_mapping createMappings(EUof_mapping type)
          void unsetMappings(EUof_mapping type)

public class CUof_mapping implements EUof_mapping

          static EAttribute attributeName(EUof_mapping type)
          static EAttribute attributeMappings(EUof_mapping type)
          static int usedinMappings(EUof_mapping type, EEntity_mapping instance, ASdaiModel domain, AUof_mapping result)

public class AUof_mapping extends AEntity

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