|
ENTITY general_feature SUBTYPE OF (feature_definition); WHERE wr1: ( SIZEOF ( get_property_definition_representations ( SELF ) ) <= 1 ) AND ( SIZEOF ( QUERY ( pdr <* get_property_definition_representations ( SELF ) | 'automotive_design.' + 'shape_representation_with_parameters' IN TYPEOF ( pdr . used_representation ) ) ) <= 1 ) ; wr2: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | sa . description = 'course of travel occurrence' ) ) = 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' ) ) ) = 1 ) ) ) ; wr3: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | sa . description = 'course of travel occurrence' ) ) = 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 ( 'automotive_design.' + 'path_feature_component' IN TYPEOF ( sar . relating_shape_aspect ) ) ) ) = 1 ) ) ) ; wr4: SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | sa . description = 'boundary occurrence' ) ) = SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( sa . description = 'boundary 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' ) ) ) = 1 ) ) ) ; wr5: ( SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( 'automotive_design.' + 'composite_shape_aspect' IN TYPEOF ( sa ) ) ) ) <= 1 ) AND ( SIZEOF ( QUERY ( sa <* get_shape_aspects ( SELF ) | ( 'automotive_design.' + 'composite_shape_aspect' IN TYPEOF ( sa ) ) AND ( sa . name = 'general compound feature' ) AND ( SIZEOF ( QUERY ( sar <* USEDIN ( sa , 'automotive_design.' + 'shape_aspect_relationship.' + 'relating_shape_aspect' ) | ( 'automotive_design.' + 'feature_component_relationship' IN TYPEOF ( sar ) ) AND ( 'automotive_design.' + 'instanced_feature' IN TYPEOF ( sar . related_shape_aspect ) ) ) ) >= 2 ) ) ) <= 1 ) ; END_ENTITY; -- general_feature |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; feature_definition - general_feature - |
| general_feature$instanced_feature (AUTOMOTIVE_DESIGN) |
| general_feature_armx (IDA_STEP_SCHEMA_XIM) |
Global rules for this entity data type- |
public interface EGeneral_feature extends EFeature_definition |
public class CGeneral_feature implements EGeneral_feature |
public class AGeneral_feature extends AEntitypublic EGeneral_feature getByIndex(int index)public EGeneral_feature getCurrentMember(SdaiIterator it) |