ENTITY alternate_plan_relationship
(* SCHEMA process_planning_schema; *)
ENTITY alternate_plan_relationship
SUBTYPE OF (action_relationship);
WHERE
wr1: ('PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_VERSION' IN TYPEOF(SELF.
relating_action)) AND (
'PROCESS_PLANNING_SCHEMA.PROCESS_PLAN_VERSION' IN TYPEOF(
SELF.related_action));
wr2: SIZEOF(QUERY ( edir <* USEDIN(SELF.related_action,
'PROCESS_PLANNING_SCHEMA.ID_ATTRIBUTE.IDENTIFIED_ITEM') | (
edir.attribute_value = 'alternate process plan') )) = 1;
END_ENTITY; -- alternate_plan_relationship
Explicit Attributes
Entity alternate_plan_relationship has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity alternate_plan_relationship inherits from the following supertypes:
action_relationship
Subtypes
No subtypesReferenced By
Entity alternate_plan_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:43:08-04:00