ENTITY shape_element_constituent_relationship SUPERTYPE OF (shape_element_composing_relationship) SUBTYPE OF (shape_aspect_relationship); DERIVE SELF\shape_aspect_relationship.name : STRING := ''; UNIQUE ur1 : related_shape_aspect, relating_shape_aspect; WHERE wr1: SELF\shape_aspect_relationship.related_shape_aspect <> SELF\shape_aspect_relationship.relating_shape_aspect; END_ENTITY; -- shape_element_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; |
bare_die_terminal_surface_constituent_relationship (BARE_DIE_XIM) |
interconnect_module_terminal_surface_constituent_relationship (INTERCONNECT_MODULE_USAGE_VIEW_XIM) |
package_terminal_surface_constituent_relationship (PACKAGE_XIM) |
shape_element_composing_relationship (SHAPE_COMPOSITION_XIM) |
shape_element_locating_relationship (SHAPE_COMPOSITION_XIM) |
Global rules for this entity data type- |
public interface EShape_element_constituent_relationship extends EShape_aspect_relationship |
public class CShape_element_constituent_relationship implements EShape_element_constituent_relationshipstatic EAttribute attributeName(EShape_element_constituent_relationship type) |
public class AShape_element_constituent_relationship extends AEntitypublic EShape_element_constituent_relationship getByIndex(int index)public EShape_element_constituent_relationship getCurrentMember(SdaiIterator it) |