ENTITY class_usage_effectivity_context_assignment

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
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 ('AUTOMOTIVE_DESIGN.' + 
    'PRODUCT_DEFINITION' IN TYPEOF(i)))) = 0;
  wr3 : ('AUTOMOTIVE_DESIGN.' + '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 ('AUTOMOTIVE_DESIGN.' + 
    'PRODUCT_CONCEPT_FEATURE_CATEGORY_USAGE' IN TYPEOF(i)))) = 0);
END_ENTITY; -- 10303-214: automotive_design

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
 subtype_exclusiveness_effectivity_context_assignment RULE effectivity_context_assignment


[Top Level Definitions] [Exit]

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