|
ENTITY make_from_model_port_relationship SUBTYPE OF (representation, representation_relationship); SELF\representation_relationship.rep_1 : analytical_model_port; SELF\representation_relationship.rep_2 : analytical_model_port; UNIQUE UR1 : rep_1, rep_2; WHERE WR1: rep_1 :<>: rep_2; END_ENTITY; -- make_from_model_port_relationship |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; representation_relationship name: label; (OPT) description: text; rep_1: representation; rep_2: representation; make_from_model_port_relationship (RT) rep_1: analytical_model_port; (RT) rep_2: analytical_model_port; |
Global rules for this entity data type- |