Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


ENTITY thread
          SUBTYPE OF (feature_definition);
WHERE
          wr1: SIZEOF ( QUERY ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND NOT ( {7<= SIZEOF ( pdr.
     used_representation.items ) <=10} ) ) ) =0;
          wr2: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN  TYPEOF  ( pdr.
     used_representation ) ) AND  ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | (
     i\descriptive_representation_item. description IN
     ['internal' , 'external'] ) AND ( 'AUTOMOTIVE_DESIGN.'+
     'DESCRIPTIVE_REPRESENTATION_ITEM' IN TYPEOF ( i ) ) ) ) =1
     ) ) ) =1;
          wr3: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'major diameter' )
     AND ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) )
     ) =1;
          wr4: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'minor diameter' )
     AND ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) )
     ) <=1;
          wr5: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'pitch diameter' )
     AND ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'LENGTH_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) )
     ) =1;
          wr6: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | ( i.name='crest' ) AND ( SIZEOF
     ( ['AUTOMOTIVE_DESIGN.'+ 'MEASURE_REPRESENTATION_ITEM' ,
     'AUTOMOTIVE_DESIGN.'+ 'LENGTH_MEASURE_WITH_UNIT']*TYPEOF (
     i ) ) =2 ) ) ) =1 ) ) ) <=1;
          wr7: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF ( pdr.
     used_representation ) ) AND  ( SIZEOF  ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'number of threads' )
     AND ( SIZEOF ( ['AUTOMOTIVE_DESIGN.'+
     'MEASURE_REPRESENTATION_ITEM' , 'AUTOMOTIVE_DESIGN.'+
     'RATIO_MEASURE_WITH_UNIT']*TYPEOF ( i ) ) =2 ) ) ) =1 ) ) )
     =1;
          wr8: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF  ( pdr.
     used_representation ) ) AND  ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | ( i.name= 'fit class' ) AND (
     'AUTOMOTIVE_DESIGN.'+ 'DESCRIPTIVE_REPRESENTATION_ITEM' IN
     TYPEOF ( i ) ) ) ) =1 ) ) ) =1;
          wr9: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF  ( pdr.
     used_representation ) ) AND  ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | ( i.name='form' ) AND (
     'AUTOMOTIVE_DESIGN.'+ 'DESCRIPTIVE_REPRESENTATION_ITEM' IN
     TYPEOF ( i ) ) ) ) =1 ) ) ) =1;
          wr10: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN  TYPEOF  ( pdr.
     used_representation ) ) AND  ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | ( i.name='hand' ) AND  (
     i\descriptive_representation_item. description IN  [
     'left hand' , 'right hand' ] ) AND ( 'AUTOMOTIVE_DESIGN.'+
     'DESCRIPTIVE_REPRESENTATION_ITEM' IN TYPEOF ( i ) ) ) ) =1
     ) ) ) =1;
          wr11: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN TYPEOF  ( pdr.
     used_representation ) ) AND  ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | ( i.name='qualifier' ) AND (
     'AUTOMOTIVE_DESIGN.'+ 'DESCRIPTIVE_REPRESENTATION_ITEM' IN
     TYPEOF ( i ) ) ) ) =1 ) ) ) <=1;
          wr12: SIZEOF ( QUERY  ( pdr <*
     get_property_definition_representations ( SELF ) | (
     'AUTOMOTIVE_DESIGN.'+
     'SHAPE_REPRESENTATION_WITH_PARAMETERS' IN  TYPEOF ( pdr.
     used_representation ) ) AND ( SIZEOF ( QUERY ( i <* pdr.
     used_representation.items | NOT ( i.name IN [ 'thread side'
     , 'major diameter' , 'minor diameter' , 'pitch diameter' ,
     'crest' , 'number of threads' , 'fit class' , 'form' ,
     'hand' , 'qualifier'] ) ) ) >0 ) ) ) =0;
END_ENTITY; -- thread

Entity data types and their attributes

characterized_object
          name: label;
          (OPT) description: text;
feature_definition
          -
thread
          -

Complex entities

          instanced_feature$thread (AUTOMOTIVE_DESIGN)

Users

characterized_object
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  design_pdm_classification_item
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
                                        design_pdm_classification_item
          applied_document_reference.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        design_pdm_document_reference_item
          assembly_component_armx.described_element
                    shapeable_item
          assigned_property.described_element
                    property_assignment_select
                              sf_property_assignment_select
          characterized_object_relationship.related_object
          characterized_object_relationship.relating_object
          composite_signal_property_relationship_armx.definition
                    characterized_definition
          datum_based_vector_orientation.definition
                    characterized_definition
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          dimension_set.definition
                    characterized_definition
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          functional_unit_definition.described_element
                    shapeable_item
          issue_reference_mapping.items
                    issue_reference_item
                              syse_issue_reference_item
          item_shape.described_element
                    shapeable_item
          kinematic_property_definition.ground_definition
                    characterized_definition
          material_designation.definitions
                    characterized_definition
          model_change__property_definition.definition
                    characterized_definition
          model_property_association__property_definition.definition
                    characterized_definition
          part_design_view.described_element
                    shapeable_item
          part_usage_view.described_element
                    shapeable_item
          partial_document_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          passage_technology.definition
                    characterized_definition
          property_definition.definition
                    characterized_definition
          requirement_source_armx.source
                    requirement_source_item
                              design_pdm_requirement_source_item
          separate_geometric_tolerance_requirement.definition
                    characterized_definition
          simultaneous_geometric_tolerance_requirement.definition
                    characterized_definition
          source_for_requirement.items
                    requirement_source_item
                              sysm_requirement_source_item
          stratum_armx.described_element
                    shapeable_item
          stratum_specific_template_location_armx.definition
                    characterized_definition
          stratum_technology.definition
                    characterized_definition
          template_definition.described_element
                    shapeable_item
feature_definition
          applied_classification_assignment.items
                    classification_item
                              automotive_design_classification_item
          applied_document_reference.items
                    document_reference_item
                              automotive_design_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              automotive_design_document_reference_item
          partial_document_assignment.items
                    document_reference_item
                              automotive_design_document_reference_item
thread

Global rules for this entity data type

          -

public interface EThread extends EFeature_definition


public class CThread implements EThread


public class AThread extends AEntity

          public EThread getByIndex(int index)
          public EThread getCurrentMember(SdaiIterator it)