ENTITY physical_connectivity_element_armx SUBTYPE OF (physical_connectivity_element); SELF\shape_aspect_relationship.relating_shape_aspect RENAMED start_terminus : termination_or_junction; SELF\shape_aspect_relationship.related_shape_aspect RENAMED end_terminus : termination_or_junction; connectivity_context : physical_connectivity_structure_definition; DERIVE SELF\shape_aspect.of_shape : product_definition_shape := ?; SELF\shape_aspect_relationship.description : text := ?; SELF\shape_aspect.product_definitional : LOGICAL := ?; UNIQUE ur1 : name, connectivity_context; WHERE wr1: start_terminus <> end_terminus; END_ENTITY; -- physical_connectivity_element_armx |
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_aspect name: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; physical_connectivity_element - physical_connectivity_element_armx (RT) relating_shape_aspect->start_terminus: termination_or_junction; (RT) related_shape_aspect->end_terminus: termination_or_junction; connectivity_context: physical_connectivity_structure_definition; (RT) (DER) of_shape: product_definition_shape; (RT) (DER) description: text; (RT) (DER) product_definitional: LOGICAL; |
Global rules for this entity data type- |
public interface EPhysical_connectivity_element_armx extends EPhysical_connectivity_elementconnectivity_context (explicit attribute)boolean testConnectivity_context(EPhysical_connectivity_element_armx type)EPhysical_connectivity_structure_definition getConnectivity_context(EPhysical_connectivity_element_armx type) void setConnectivity_context(EPhysical_connectivity_element_armx type, EPhysical_connectivity_structure_definition value) void unsetConnectivity_context(EPhysical_connectivity_element_armx type) |
public class CPhysical_connectivity_element_armx implements EPhysical_connectivity_element_armxstatic EAttribute attributeConnectivity_context(EPhysical_connectivity_element_armx type)static int usedinConnectivity_context(EPhysical_connectivity_element_armx type, EPhysical_connectivity_structure_definition instance, ASdaiModel domain, APhysical_connectivity_element_armx result) static EAttribute attributeOf_shape(EPhysical_connectivity_element_armx type) static int usedinOf_shape(EPhysical_connectivity_element_armx type, EProduct_definition_shape instance, ASdaiModel domain, APhysical_connectivity_element_armx result) static EAttribute attributeDescription(EPhysical_connectivity_element_armx type) static EAttribute attributeProduct_definitional(EPhysical_connectivity_element_armx type) |
public class APhysical_connectivity_element_armx extends AEntitypublic EPhysical_connectivity_element_armx getByIndex(int index)public EPhysical_connectivity_element_armx getCurrentMember(SdaiIterator it) |