Navigation

representation_relationship_with_transformation

EXPRESS specification:

ENTITY representation_relationship_with_transformation
SUBTYPE OF ( representation_relationship);
transformation_operator  :  transformation;
WHERE
WRR27  :  SELF\representation_relationship.rep_1.context_of_items :<>: SELF\representation_relationship.rep_2.context_of_items;
END_ENTITY;

References (1):

Name Type Referred through Express-G
representation_relationship Entity
Subtype
No Diagram

Inheritance graph

ENTITY representation_relationship_with_transformation;
ENTITY representation_relationship;
name  :  label;
description  :  text;
rep_1  :  representation;
rep_2  :  representation;
ENTITY representation_relationship_with_transformation;
transformation_operator  :  transformation;
END_ENTITY;