|
ENTITY replicate_feature 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 ) ) ) ) = 1 ; 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 . name = 'orientation' ) AND ( 'automotive_design.' + 'placement' IN TYPEOF ( i ) ) ) ) = 1 ) ) ) = 1 ; wr3: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'relating_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( sar . name = 'pattern basis' ) AND ( 'automotive_design.' + 'feature_definition' IN TYPEOF ( sar . related_shape_aspect . of_shape . definition ) ) ) ) = 1 ) ) ) = 1 ; END_ENTITY; -- replicate_feature |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - replicate_feature - |
| circular_pattern (AUTOMOTIVE_DESIGN) |
| feature_pattern (AUTOMOTIVE_DESIGN) |
| modified_pattern (AUTOMOTIVE_DESIGN) |
| rectangular_pattern (AUTOMOTIVE_DESIGN) |
Global rules for this entity data typesubtype_exclusiveness_replicate_feature (AUTOMOTIVE_DESIGN) |
public interface EReplicate_feature extends EFeature_definition |
public class CReplicate_feature implements EReplicate_feature |
public class AReplicate_feature extends AEntitypublic EReplicate_feature getByIndex(int index)public EReplicate_feature getCurrentMember(SdaiIterator it) |