|
ENTITY Component_feature_make_from_relationship SUBTYPE OF (Component_feature_relationship); SELF\Shape_element_relationship.relating RENAMED reusable_feature : Component_feature; SELF\Shape_element_relationship.related RENAMED resultant_feature : Component_feature; END_ENTITY; -- Component_feature_make_from_relationship |
Entity data types and their attributesShape_element_relationship(OPT) relation_type: STRING; (OPT) description: STRING; relating: Shape_element; related: Shape_element; Component_feature_relationship (RT) relating: Component_feature; (RT) related: Component_feature; Component_feature_make_from_relationship (RT) relating->reusable_feature: Component_feature; (RT) related->resultant_feature: Component_feature; |
Global rules for this entity data type- |