ENTITY machining_process_executable

(* SCHEMA step_merged_ap_schema; *)
-- IN AP238 STEP-NC/AP242
ENTITY machining_process_executable
   SUBTYPE OF (process_operation);
  WHERE
    WR1: NOT (0 = SIZEOF(TYPEOF(SELF) * [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_FEATURE_PROCESS', 
              'STEP_MERGED_AP_SCHEMA.MACHINING_NC_FUNCTION', 
              'STEP_MERGED_AP_SCHEMA.MACHINING_WORKINGSTEP', 
              'STEP_MERGED_AP_SCHEMA.MACHINING_WORKPLAN'
               ])) OR (SELF.description IN [ 'assignment', 'if statement', 
              'non-sequential', 'parallel', 'selective', 'while statement',
               'setup instructions' ]);
    WR2: NOT (SELF.description = 'assignment') OR ((
              verify_required_action_property(SELF, 'lvalue') AND 
              verify_rep_item_for_action_property(SELF, 'lvalue', [ 
              'STEP_MERGED_AP_SCHEMA.EXPRESSION_REPRESENTATION_ITEM'
              , 
              'STEP_MERGED_AP_SCHEMA.NUMERIC_VARIABLE'
               ])) AND verify_required_action_property(SELF, 'rvalue')) AND
               verify_rep_item_for_action_property(SELF, 'rvalue', [ 
              'STEP_MERGED_AP_SCHEMA.EXPRESSION_REPRESENTATION_ITEM'
               ]);
    WR3: NOT (SELF.description = 'if statement') OR ((((
              verify_required_action_property(SELF, 'condition') AND 
              verify_rep_item_for_action_property(SELF, 'condition', [ 
              'STEP_MERGED_AP_SCHEMA.EXPRESSION_REPRESENTATION_ITEM'
              , 
              'STEP_MERGED_AP_SCHEMA.BOOLEAN_EXPRESSION'
               ])) AND verify_required_relating_amr_with_name(SELF, 
              'true branch', [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BRANCH_RELATIONSHIP'
               ])) AND verify_related_type_for_amr_with_name(SELF, 
              'true branch', [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BRANCH_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_EXECUTABLE'
               ])) AND verify_optional_relating_amr_with_name(SELF, 
              'false branch', [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BRANCH_RELATIONSHIP'
               ])) AND verify_related_type_for_amr_with_name(SELF, 
              'false branch', [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BRANCH_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_EXECUTABLE'
               ]);
    WR4: NOT (SELF.description = 'while statement') OR ((
              verify_required_action_property(SELF, 'condition') AND 
              verify_rep_item_for_action_property(SELF, 'condition', [ 
              'STEP_MERGED_AP_SCHEMA.EXPRESSION_REPRESENTATION_ITEM'
              , 
              'STEP_MERGED_AP_SCHEMA.BOOLEAN_EXPRESSION'
               ])) AND verify_required_relating_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BODY_RELATIONSHIP'
               ])) AND verify_related_type_for_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BODY_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_EXECUTABLE'
               ]);
    WR5: NOT (SELF.description = 'parallel') OR (2 <= 
              get_count_of_relating_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_CONCURRENT_RELATIONSHIP'
               ])) AND verify_related_type_for_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_CONCURRENT_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_EXECUTABLE'
               ]);
    WR6: NOT (SELF.description = 'non-sequential') OR (2 <= 
              get_count_of_relating_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BODY_RELATIONSHIP'
               ])) AND verify_related_type_for_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BODY_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_EXECUTABLE'
               ]);
    WR7: NOT (SELF.description = 'selective') OR (2 <= 
              get_count_of_relating_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BRANCH_RELATIONSHIP'
               ])) AND verify_related_type_for_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_BRANCH_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_PROCESS_EXECUTABLE'
               ]);
    WR8: NOT (SELF.description = 'setup instructions') OR 
              verify_related_type_for_amr(SELF, [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_OPERATOR_INSTRUCTION_RELATIONSHIP'
               ], [ 
              'STEP_MERGED_AP_SCHEMA.MACHINING_OPERATOR_INSTRUCTION'
               ]);
END_ENTITY;

Explicit Attributes

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

Subtypes

Entity machining_process_executable has the following subtypes:
    machining_feature_process*
    machining_nc_function*
    machining_workingstep*
    machining_workplan*
* - Immediate Subtypes

Referenced By

Entity machining_process_executable and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action ENTITY action_method
 action_item SELECT action_method
 action_item SELECT process_operation
 action_items SELECT action_method
 action_method_assignment ENTITY action_method
 action_method_items SELECT action_method
 action_method_relationship ENTITY action_method
 action_request_item SELECT action_method
 action_request_solution ENTITY action_method
 approval_item SELECT action_method
 attribute_classification_item SELECT action_method
 attribute_language_item SELECT action_method
 certification_item SELECT action_method
 change_management_object SELECT process_operation
 change_management_object SELECT action_method
 characterized_action_definition SELECT action_method
 classification_item SELECT action_method
 classification_item SELECT process_operation
 contract_item SELECT action_method
 date_and_time_item SELECT machining_process_executable
 date_and_time_item SELECT action_method
 date_item SELECT action_method
 description_item SELECT action_method
 description_item SELECT process_operation
 document_reference_item SELECT action_method
 effectivity_item SELECT process_operation
 effectivity_item SELECT action_method
 event_occurrence_item SELECT action_method
 external_identification_item SELECT action_method
 external_identification_item SELECT process_operation
 general_organizational_data_select SELECT action_method
 general_organizational_data_select SELECT process_operation
 get_count_of_relating_amr FUNCTION action_method
 get_count_of_relating_amr_with_name FUNCTION action_method
 get_relating_amr FUNCTION action_method
 groupable_item SELECT action_method
 identification_item SELECT process_operation
 identification_item SELECT action_method
 multi_language_attribute_item SELECT action_method
 multi_language_attribute_item SELECT process_operation
 organization_item SELECT action_method
 person_and_organization_item SELECT action_method
 presented_item_select SELECT action_method
 project_item SELECT action_method
 representation_proxy_select SELECT action_method
 requirement_assigned_item SELECT action_method
 requirement_source_item SELECT action_method
 restrict_multi_language_for_action_method RULE action_method
 restrict_version_assignment_for_action_method RULE action_method
 security_classification_item SELECT machining_process_executable
 security_classification_item SELECT action_method
 state_type_of_item SELECT action_method
 supported_item SELECT action_method
 time_interval_item SELECT action_method
 verify_optional_in_process_geometry FUNCTION machining_process_executable
 verify_optional_relating_amr FUNCTION action_method
 verify_optional_relating_amr_with_name FUNCTION action_method
 verify_related_type_for_amr FUNCTION action_method
 verify_related_type_for_amr_with_name FUNCTION action_method
 verify_required_relating_amr FUNCTION action_method
 verify_required_relating_amr_with_name FUNCTION action_method


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:02-05:00