ENTITY process_operation

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
ENTITY process_operation
  SUBTYPE OF (action_method);
WHERE
  WR1:  SIZEOF( QUERY( amr <* USEDIN(SELF,'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.ACTION_METHOD_RELATIONSHIP.' +
                     'RELATING_METHOD') |
               NOT('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PROCESS_OPERATION' IN
                   TYPEOF(amr\action_method_relationship.related_method)) OR
               (SELF :=: amr\action_method_relationship.related_method)
              )) = 0;	   
  WR2:  SIZEOF( QUERY( amr <* USEDIN(SELF,'AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.ACTION_METHOD_RELATIONSHIP.' +
                     'RELATED_METHOD') |
               NOT('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PROCESS_OPERATION' IN
                   TYPEOF(amr\action_method_relationship.relating_method)) OR
               (SELF :=: amr\action_method_relationship.relating_method)
              )) = 0;   
END_ENTITY;

Explicit Attributes

Entity process_operation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)action_method
 descriptiontext (STRING)action_method
 consequencetext (STRING)action_method
 purposetext (STRING)action_method

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity process_operation inherits from the following supertypes:
  action_method

Subtypes

    No subtypes

Referenced By

Entity process_operation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_items SELECT action_method
 action_method_assignment ENTITY action_method
 action_method_relationship ENTITY action_method
 action_request_item SELECT action_method
 action_request_solution ENTITY action_method
 attribute_classification_item SELECT action_method
 characterized_action_definition SELECT action_method
 classification_item SELECT action_method
 classification_item SELECT process_operation
 date_and_time_item SELECT action_method
 date_item SELECT action_method
 document_reference_item SELECT action_method
 effectivity_item SELECT action_method
 event_occurrence_item SELECT action_method
 identification_item SELECT action_method
 multi_language_attribute_item SELECT action_method
 organization_item SELECT action_method
 person_and_organization_item SELECT action_method
 presented_item_select SELECT action_method
 supported_item SELECT action_method
 time_interval_item SELECT action_method


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:05-04:00