|
ENTITY rib 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 ( { 1 <= SIZEOF ( pdr . used_representation . items ) <= 3 } ) ) ) = 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 | NOT ( i . name IN [ 'orientation' , 'fillet radius' , 'shoulder radius' ] ) ) ) > 0 ) ) ) = 0 ; 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 = 'fillet radius' ) 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 = 'shoulder radius' ) AND ( SIZEOF ( [ 'automotive_design.' + 'measure_representation_item' , 'automotive_design.' + 'length_measure_with_unit' ] * TYPEOF ( i ) ) = 2 ) ) ) = 1 ) ) ) <= 1 ; wr5: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'swept shape occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'shape_defining_relationship' IN TYPEOF ( sar ) ) AND ( sar . description = 'profile usage' ) AND ( SIZEOF ( [ 'automotive_design.' + 'partial_circular_profile' , 'automotive_design.' + 'square_u_profile' , 'automotive_design.' + 'rounded_u_profile' , 'automotive_design.' + 'tee_profile' , 'automotive_design.' + 'vee_profile' , 'automotive_design.' + 'open_path_profile' ] * TYPEOF ( sar . relating_shape_aspect ) ) = 1 ) ) ) = 1 ) ) ) = 1 ; wr6: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'course of travel occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'shape_defining_relationship' IN TYPEOF ( sar ) ) AND ( sar . name = 'course of travel' ) AND ( 'automotive_design.' + 'path_feature_component' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr7: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'change in boundary occurrence' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'related_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( sar . description = 'taper usage' ) AND ( 'automotive_design.' + 'taper' IN TYPEOF ( sar . relating_shape_aspect ) ) AND ( sar . relating_shape_aspect . description = 'directed taper' ) ) ) = 1 ) ) ) <= 1 ; END_ENTITY; -- rib |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - rib - |
Global rules for this entity data type- |
public interface ERib extends EFeature_definition |
public class CRib implements ERib |
public class ARib extends AEntitypublic ERib getByIndex(int index)public ERib getCurrentMember(SdaiIterator it) |