ENTITY shape_aspect_deriving_relationship SUBTYPE OF (shape_aspect_relationship); SELF\shape_aspect_relationship.relating_shape_aspect : derived_shape_aspect; END_ENTITY; -- shape_aspect_deriving_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; shape_aspect_deriving_relationship (RT) relating_shape_aspect: derived_shape_aspect; |
Global rules for this entity data type- |
public interface EShape_aspect_deriving_relationship extends EShape_aspect_relationship |
public class CShape_aspect_deriving_relationship implements EShape_aspect_deriving_relationship |
public class AShape_aspect_deriving_relationship extends AEntitypublic EShape_aspect_deriving_relationship getByIndex(int index)public EShape_aspect_deriving_relationship getCurrentMember(SdaiIterator it) |