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:
AttributeTypeDefined By
 namelabel (STRING)action_relationship
 descriptiontext (STRING)action_relationship
 relating_actionaction (ENTITY)action_relationship
 related_actionaction (ENTITY)action_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity alternate_plan_relationship inherits from the following supertypes:
  action_relationship

Subtypes

    No subtypes

Referenced By

Entity alternate_plan_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 characterized_action_definition SELECT action_relationship
 relationship_with_condition SELECT action_relationship


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:43:08-04:00