|
ENTITY joggle_termination SUBTYPE OF (shape_aspect); WHERE wr1: 'automotive_design.' + 'feature_component_definition' IN TYPEOF ( SELF . of_shape . definition ) ; wr2: SELF . description IN [ 'value termination' , 'face termination' ] ; wr3: ( SELF . description = 'value termination' ) XOR ( SIZEOF ( QUERY ( pdr <* get_shape_aspect_property_definition_representations ( SELF ) | ( 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) ) ) = 0 ) ; wr4: ( SELF . description <> 'value termination' ) OR ( SIZEOF ( QUERY ( pdr <* get_shape_aspect_property_definition_representations ( SELF ) | ( 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) AND ( SIZEOF ( pdr . used_representation . items ) = 2 ) ) ) = 1 ) ; wr5: ( SELF . description <> 'value termination' ) OR ( SIZEOF ( QUERY ( pdr <* get_shape_aspect_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 = 'depth' ) AND ( SIZEOF ( [ 'automotive_design.' + 'measure_representation_item' , 'automotive_design.' + 'length_measure_with_unit' ] * TYPEOF ( i ) ) = 2 ) ) ) = 1 ) ) ) = 1 ) ; wr6: ( SELF . description <> 'value termination' ) OR ( SIZEOF ( QUERY ( pdr <* get_shape_aspect_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 = 'angle' ) AND ( SIZEOF ( [ 'automotive_design.' + 'measure_representation_item' , 'automotive_design.' + 'plane_angle_measure_with_unit' ] * TYPEOF ( i ) ) = 2 ) ) ) = 1 ) ) ) = 1 ) ; wr7: SIZEOF ( QUERY ( sar <* USEDIN ( SELF , 'automotive_design.' + 'shape_aspect_relationship.' + 'relating_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( sar . name = 'joggle termination usage' ) AND ( 'automotive_design.' + 'joggle' IN TYPEOF ( sar . related_shape_aspect . of_shape . definition ) ) AND ( sar . related_shape_aspect . of_shape . definition \ characterized_object . name = 'termination' ) AND ( sar . related_shape_aspect . of_shape . definition \ characterized_object . description = 'joggle termination occurrence' ) ) ) = 1 ; END_ENTITY; -- joggle_termination |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; joggle_termination - |
Global rules for this entity data type- |
public interface EJoggle_termination extends EShape_aspect |
public class CJoggle_termination implements EJoggle_termination |
public class AJoggle_termination extends AEntitypublic EJoggle_termination getByIndex(int index)public EJoggle_termination getCurrentMember(SdaiIterator it) |