opencimi / AML

Archetype Modeling Language development repository
4 stars 5 forks source link

DTV and Primitives MappedDataType #98

Closed neuronsong closed 9 years ago

neuronsong commented 9 years ago

The MappedDataType stereotype extends a Class or DataType in the Reference Model.  It indicates that the base Class or DataType corresponds to the assumed AMLDataType referenced by amlType.   Reference Model implementors will need to define a mapping from the referenced amlType and the corresponding base Class or DataType that will transform the AML values into the corresponding target values.

Based on other recommendations, the AMLDataType Stereotype will no longer exist. Constraints on the MappedDataType Stereotype should be adjusted to treat AMLDataType concept as implicit. That includes validating that the implicit (formerly <>) Classifier referenced is in fact considered an internal AML DataType.

hsolbrig commented 9 years ago

AMLDataType Stereotype has been removed. MappedDataType Stereotype needs to be adjusted to identify the target types explicitly