ENTITY shape_element_composing_relationship SUBTYPE OF (shape_element_constituent_relationship); SELF\shape_aspect_relationship.relating_shape_aspect : composite_shape_element; END_ENTITY; -- shape_element_composing_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_element_constituent_relationship (RT) (DER) name: STRING; shape_element_composing_relationship (RT) relating_shape_aspect: composite_shape_element; |
Global rules for this entity data type- |
public interface EShape_element_composing_relationship extends EShape_element_constituent_relationship |
public class CShape_element_composing_relationship implements EShape_element_composing_relationship |
public class AShape_element_composing_relationship extends AEntitypublic EShape_element_composing_relationship getByIndex(int index)public EShape_element_composing_relationship getCurrentMember(SdaiIterator it) |