ENTITY feature_for_datum_target_relationship SUBTYPE OF (shape_aspect_relationship); SELF\shape_aspect_relationship.related_shape_aspect : datum_target; UNIQUE ur1 : related_shape_aspect; WHERE wr1: relating_shape_aspect.of_shape :=: related_shape_aspect.of_shape; wr2: relating_shape_aspect\shape_aspect.product_definitional = TRUE; END_ENTITY; -- feature_for_datum_target_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_for_datum_target_relationship (RT) related_shape_aspect: datum_target; |
Global rules for this entity data type- |
public interface EFeature_for_datum_target_relationship extends EShape_aspect_relationship |
public class CFeature_for_datum_target_relationship implements EFeature_for_datum_target_relationship |
public class AFeature_for_datum_target_relationship extends AEntitypublic EFeature_for_datum_target_relationship getByIndex(int index)public EFeature_for_datum_target_relationship getCurrentMember(SdaiIterator it) |