ENTITY shape_element_boundary_relationship SUBTYPE OF (shape_aspect_relationship); DERIVE SELF\shape_aspect_relationship.name : STRING := ''; END_ENTITY; -- shape_element_boundary_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_boundary_relationship (RT) (DER) name: STRING; |
Global rules for this entity data type- |
public interface EShape_element_boundary_relationship extends EShape_aspect_relationship |
public class CShape_element_boundary_relationship implements EShape_element_boundary_relationshipstatic EAttribute attributeName(EShape_element_boundary_relationship type) |
public class AShape_element_boundary_relationship extends AEntitypublic EShape_element_boundary_relationship getByIndex(int index)public EShape_element_boundary_relationship getCurrentMember(SdaiIterator it) |