|
ENTITY slot 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 ( SIZEOF ( pdr . used_representation . items ) = 1 ) ) ) = 1 ; wr2: 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.' + 'square_u_profile' , 'automotive_design.' + 'partial_circular_profile' , 'automotive_design.' + 'rounded_u_profile' , 'automotive_design.' + 'vee_profile' , 'automotive_design.' + 'tee_profile' , 'automotive_design.' + 'open_path_profile' ] * TYPEOF ( sar . relating_shape_aspect ) ) = 1 ) ) ) = 1 ) ) ) = 1 ; wr3: 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 ( sar . description = 'path feature component usage' ) AND ( 'automotive_design.' + 'path_feature_component' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr4: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'end condition 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 . name = 'starting' ) AND ( sar . description = 'slot end usage' ) AND ( 'automotive_design.' + 'slot_end' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; wr5: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'end condition 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 . name = 'ending' ) AND ( sar . description = 'slot end usage' ) AND ( 'automotive_design.' + 'slot_end' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) = 1 ; END_ENTITY; -- slot |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - slot - |
Global rules for this entity data type- |
public interface ESlot extends EFeature_definition |
public class CSlot implements ESlot |
public class ASlot extends AEntitypublic ESlot getByIndex(int index)public ESlot getCurrentMember(SdaiIterator it) |