|
ENTITY feature_component_relationship SUBTYPE OF (shape_aspect_relationship); WHERE wr1: ( 'automotive_design.' + 'transition_feature' IN TYPEOF ( SELF . related_shape_aspect ) ) OR ( SIZEOF ( [ 'automotive_design.' + 'feature_definition' , 'automotive_design.' + 'feature_component_definition' ] * TYPEOF ( SELF . related_shape_aspect . of_shape . definition ) ) = 1 ) ; END_ENTITY; -- feature_component_relationship |
Entity data types and their attributesshape_aspect_relationshipname: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; feature_component_relationship - |
| pattern_offset_membership (AUTOMOTIVE_DESIGN) |
| pattern_omit_membership (AUTOMOTIVE_DESIGN) |
Global rules for this entity data typesubtype_exclusiveness_feature_component_relationship (AUTOMOTIVE_DESIGN) |
public interface EFeature_component_relationship extends EShape_aspect_relationship |
public class CFeature_component_relationship implements EFeature_component_relationship |
public class AFeature_component_relationship extends AEntitypublic EFeature_component_relationship getByIndex(int index)public EFeature_component_relationship getCurrentMember(SdaiIterator it) |