|
ENTITY process_operation SUBTYPE OF (action_method); WHERE WR1: SIZEOF ( QUERY ( amr <* USEDIN ( SELF , 'AUTOMOTIVE_DESIGN.ACTION_METHOD_RELATIONSHIP.'+'RELATING_METHOD' ) | NOT ( 'AUTOMOTIVE_DESIGN.'+ 'PROCESS_OPERATION' IN TYPEOF ( amr. related_method ) ) OR ( SELF:=:amr. related_method ) ) ) =0; WR2: SIZEOF ( QUERY ( amr <* USEDIN ( SELF , 'AUTOMOTIVE_DESIGN.ACTION_METHOD_RELATIONSHIP.'+'RELATED_METHOD' ) | NOT ( 'AUTOMOTIVE_DESIGN.'+ 'PROCESS_OPERATION' IN TYPEOF ( amr. relating_method ) ) OR ( SELF:=:amr. relating_method ) ) ) =0; END_ENTITY; -- process_operation |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; process_operation - |
Global rules for this entity data type- |