ENTITY package_terminal_surface_constituent_relationship SUBTYPE OF (shape_element_constituent_relationship); SELF\shape_element_relationship.relating : package_body_surface_armx; SELF\shape_element_relationship.related : package_terminal_armx; END_ENTITY; -- package_terminal_surface_constituent_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_relationship (RT) name->relation_type: STRING; (RT) relating_shape_aspect->relating: shape_element; (RT) related_shape_aspect->related: shape_element; shape_element_constituent_relationship (RT) (DER) relation_type: STRING; package_terminal_surface_constituent_relationship (RT) relating: package_body_surface_armx; (RT) related: package_terminal_armx; |
Global rules for this entity data type- |
public interface EPackage_terminal_surface_constituent_relationship extends EShape_element_constituent_relationship |
public class CPackage_terminal_surface_constituent_relationship implements EPackage_terminal_surface_constituent_relationship |
public class APackage_terminal_surface_constituent_relationship extends AEntitypublic EPackage_terminal_surface_constituent_relationship getByIndex(int index)public EPackage_terminal_surface_constituent_relationship getCurrentMember(SdaiIterator it) |