|
ENTITY Component_make_from_relationship SUBTYPE OF (View_definition_relationship); SELF\View_definition_relationship.relating_view RENAMED reusable_component : Assembly_component; SELF\View_definition_relationship.related_view RENAMED resultant_component : Assembly_component; WHERE WR1: resultant_component <> reusable_component; END_ENTITY; -- Component_make_from_relationship |
Entity data types and their attributesView_definition_relationship(OPT) id: STRING; (OPT) relation_type: STRING; (OPT) description: STRING; relating_view: Product_view_definition; related_view: Product_view_definition; Component_make_from_relationship (RT) relating_view->reusable_component: Assembly_component; (RT) related_view->resultant_component: Assembly_component; |
| Laminate_group_component_make_from_relationship (Layered_interconnect_module_design_arm) |
Global rules for this entity data type- |