|
ENTITY Functional_unit_make_from_relationship SUBTYPE OF (View_definition_relationship); SELF\View_definition_relationship.relating_view : Functional_unit_usage_view; SELF\View_definition_relationship.related_view : Functional_unit_usage_view; WHERE WR1: acyclic_functional_unit_make_from_relationship (SELF, [related_view], 'FUNCTIONAL_USAGE_VIEW_ARM.FUNCTIONAL_UNIT_MAKE_FROM_RELATIONSHIP'); END_ENTITY; -- Functional_unit_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; Functional_unit_make_from_relationship (RT) relating_view: Functional_unit_usage_view; (RT) related_view: Functional_unit_usage_view; |
Global rules for this entity data type- |