|
ENTITY analytical_model_port_assignment SUBTYPE OF (property_definition_representation, representation_relationship); SELF\property_definition_representation.used_representation : analytical_model_port; SELF\representation_relationship.rep_1 : analytical_representation; DERIVE SELF\representation_relationship.rep_2 : analytical_model_port := SELF\property_definition_representation.used_representation; END_ENTITY; -- analytical_model_port_assignment |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; representation_relationship name: label; (OPT) description: text; rep_1: representation; rep_2: representation; analytical_model_port_assignment (RT) used_representation: analytical_model_port; (RT) rep_1: analytical_representation; (RT) (DER) rep_2: analytical_model_port; |
Global rules for this entity data type- |