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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity process_operation inherits from the following supertypes:
action_method
Subtypes
No subtypesReferenced By
Entity process_operation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:05-04:00