|
ENTITY Constrained_general_parameter_relationship SUBTYPE OF (Independent_property_relationship); SELF\Independent_property_relationship.relating : General_model_parameter; SELF\Independent_property_relationship.related : General_model_parameter; required_class : Class; WHERE WR1: (required_class.id IN CLASSOF(related)) AND (required_class.id IN CLASSOF(relating)); END_ENTITY; -- Constrained_general_parameter_relationship |
Entity data types and their attributesIndependent_property_relationshiprelation_type: STRING; (OPT) description: STRING; relating: Independent_property; related: Independent_property; Constrained_general_parameter_relationship (RT) relating: General_model_parameter; (RT) related: General_model_parameter; required_class: Class; |
Global rules for this entity data type- |