ENTITY configured_effectivity_assignment
(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (Specification_based_configuration_mim); *)
ENTITY configured_effectivity_assignment
SUBTYPE OF (effectivity_assignment);
items : SET [1:?] OF configured_effectivity_item;
WHERE
WR1: (SIZEOF(['AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.EFFECTIVITY'] * TYPEOF(SELF.assigned_effectivity) ) = 1)
AND (SELF.assigned_effectivity.id = 'configuration validity');
WR2: SIZEOF(SELF.items) = 1;
WR3: SIZEOF( QUERY( i <* SELF.items | NOT ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i))
OR NOT (i\product_definition.frame_of_reference.name IN ['conceptual definition','part occurrence', 'functional definition','alternative definition']) )) = 0;
WR4: SELF.role.name IN ['design', 'usage'];
WR5: (SELF.role.name <> 'design')
OR (SIZEOF( QUERY( i <* SELF.items | ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i)) AND (i\product_definition.frame_of_reference.name = 'part occurrence') )) = 0);
WR6: (SELF.role.name <> 'usage') OR (SIZEOF( QUERY( i <* SELF.items | ('AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF(i)) AND (i\product_definition.frame_of_reference.name = 'conceptual definition') )) = 0);
WR7: SELF.role.description IN ['exception', 'inherited', 'local'];
WR8: SIZEOF( QUERY( x <* USEDIN(SELF,'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.' + 'EFFECTIVITY_CONTEXT_ASSIGNMENT.ASSIGNED_EFFECTIVITY_ASSIGNMENT') | 'AP236_FURNITURE_CATALOG_AND_INTERIOR_DESIGN_MIM_LF.CONFIGURED_EFFECTIVITY_CONTEXT_ASSIGNMENT' IN TYPEOF(x) )) = 1;
END_ENTITY;
Explicit Attributes
Entity configured_effectivity_assignment has the following local and inherited explicit attributes:
Derived Attributes
Entity configured_effectivity_assignment has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity configured_effectivity_assignment inherits from the following supertypes:
effectivity_assignment
Subtypes
No subtypesReferenced By
Entity configured_effectivity_assignment and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:19:02-04:00