ENTITY boundary_condition

(* SCHEMA cast_parts_schema; *)
  ENTITY boundary_condition
    SUBTYPE OF (action_method);
    WHERE
   wr1: SIZEOF(QUERY ( ama <* USEDIN(SELF,
        'CAST_PARTS_SCHEMA.ACTION_METHOD_ASSIGNMENT.ASSIGNED_ACTION_METHOD')
        | (('CAST_PARTS_SCHEMA.APPLIED_ACTION_METHOD_ASSIGNMENT' IN
        TYPEOF(ama)) AND (NOT (SIZEOF(QUERY ( eds <* ama.items | ((
        'CAST_PARTS_SCHEMA.PROPERTY_DEFINITION' IN TYPEOF(eds)) AND 
       (SIZEOF(QUERY ( pd <* USEDIN(eds,
       'CAST_PARTS_SCHEMA.PROPERTY_DEFINITION_REPRESENTATION.DEFINITION')
       | (SIZEOF(QUERY ( mri <* pd.used_representation.items | ((
       SIZEOF(['CAST_PARTS_SCHEMA.MEASURE_REPRESENTATION_ITEM',
       'CAST_PARTS_SCHEMA.PROPERTY_RELATIONSHIP'] * TYPEOF(mri)) = 
       1) AND (mri.name = 'condition value')) )) = 1) )) = 1)) )) =
       1))) )) = 0;
  wr2: NOT (SIZEOF(QUERY ( ama <* USEDIN(SELF,
       'CAST_PARTS_SCHEMA.ACTION_METHOD_ASSIGNMENT.ASSIGNED_ACTION_METHOD')
       | (('CAST_PARTS_SCHEMA.APPLIED_ACTION_METHOD_ASSIGNMENT' IN
       TYPEOF(ama)) AND (SIZEOF(QUERY ( eds <* ama.items | (
       'CAST_PARTS_SCHEMA.SHAPE_ASPECT' IN TYPEOF(eds)) )) = 1)) )) 
       = 0);
  END_ENTITY; -- boundary_condition

Explicit Attributes

Entity boundary_condition 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 boundary_condition inherits from the following supertypes:
  action_method

Subtypes

    No subtypes

Referenced By

Entity boundary_condition and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_method_assignment ENTITY action_method
 action_method_relationship ENTITY action_method
 action_request_solution ENTITY action_method
 approved_item SELECT action_method
 characterized_action_definition SELECT action_method
 document_reference_item SELECT action_method
 organization_item SELECT action_method
 security_classification_item SELECT action_method
 supported_item SELECT action_method


[Top Level Definitions] [Exit]

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