
class_of_representation_translation
A <class_of_representation_translation> is a <class_of_relationship> that indicates the
translation of two instances of <class_of_information_representation>.
EXAMPLE The link that indicates that the representations 'F' and '15' are equivalent (concept of fifteen
in hexadecimal and octal respectively) can be represented by an instance of <class_of_representation_translation>.
EXPRESS specification:
|
|
| ENTITY class_of_representation_translation
|
|
Attribute definitions:
| class_of_first
|
:
|
the first instance of <class_of_information_representation> in the translation
|
| class_of_second
|
:
|
the second instance of <class_of_information_representation> in the translation.
|
References (1):
Inheritance graph
|
|
| ENTITY class_of_representation_translation;
|
|