ENTITY class_usage_effectivity_context_assignment

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
ENTITY class_usage_effectivity_context_assignment
   SUBTYPE OF (effectivity_context_assignment);
      items : SET [1:?] OF class_usage_effectivity_context_item;
   WHERE
      WR1:
         SELF.role.name = 'class usage influence';
      wr2:
         SIZEOF(QUERY (i <* SELF.items| NOT ('STEP_MERGED_AP_SCHEMA.PRODUCT_DEFINITION' IN TYPEOF(i)))) = 0;
      wr3:
         ((('STEP_MERGED_AP_SCHEMA.APPLIED_EFFECTIVITY_ASSIGNMENT' IN TYPEOF(SELF.assigned_effectivity_assignment)) AND (SIZEOF(TYPEOF(SELF.assigned_effectivity_assignment.assigned_effectivity)) = 1)) AND (SELF.assigned_effectivity_assignment.assigned_effectivity.id = 'class usage')) AND (SIZEOF(QUERY (i <* SELF.assigned_effectivity_assignment\applied_effectivity_assignment.items| NOT ('STEP_MERGED_AP_SCHEMA.PRODUCT_CONCEPT_FEATURE_CATEGORY_USAGE' IN TYPEOF(i)))) = 0);
END_ENTITY;

Explicit Attributes

Entity class_usage_effectivity_context_assignment has the following local and inherited explicit attributes:
AttributeTypeDefined By
 assigned_effectivity_assignmenteffectivity_assignment (ENTITY)effectivity_context_assignment
 roleeffectivity_context_role (ENTITY)effectivity_context_assignment
 itemsSET OF class_usage_effectivity_context_item (SELECT)class_usage_effectivity_context_assignment

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity class_usage_effectivity_context_assignment inherits from the following supertypes:
  effectivity_context_assignment

Subtypes

    No subtypes

Referenced By

Entity class_usage_effectivity_context_assignment and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 configured_effectivity_context_assignment ENTITY effectivity_context_assignment
 subtype_exclusiveness_effectivity_context_assignment RULE effectivity_context_assignment


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00