ENTITY package_terminal_surface_constituent_relationship SUBTYPE OF (shape_element_constituent_relationship); SELF\shape_aspect_relationship.relating_shape_aspect : package_body_surface_armx; SELF\shape_aspect_relationship.related_shape_aspect : 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_constituent_relationship (RT) (DER) name: STRING; package_terminal_surface_constituent_relationship (RT) relating_shape_aspect: package_body_surface_armx; (RT) related_shape_aspect: 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) |