|
ENTITY routed_interconnect_component_armx SUBTYPE OF (physical_component_armx, routed_interconnect_component); routed_centreline_shape : planar_path_shape_model_with_parameters; DERIVE SELF\product_view_definition.name_x : STRING := '' ; END_ENTITY; -- routed_interconnect_component_armx |
Entity data types and their attributesproduct_definitionid: identifier; (OPT) description: text; formation: product_definition_formation; frame_of_reference: product_definition_context; (DER) name: label; product_view_definition (RT) (OPT) description->name_x: STRING; (OPT) additional_characterization: STRING; (RT) frame_of_reference->initial_context: product_definition_context; (OPT) additional_contexts: SET [1:?] OF product_definition_context; (RT) formation->defined_version: product_definition_formation; (RT) (DER) name: label; product_occurrence (RT) (DER) additional_characterization: STRING; (RT) (DER) initial_context: product_definition_context; (INV) occurrence_contexts: SET [1:?] OF product_definition_relationship FOR related_product_definition; definition_based_product_occurrence derived_from: product_view_definition; (RT) (DER) defined_version: product_definition_formation; property_definition name: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; product_definition_shape - item_shape (OPT) id_x: STRING; (RT) definition->described_element: shapeable_item; (RT) (DER) id: identifier; (RT) (DER) name: label; product_definition_relationship id: identifier; name: label; (OPT) description: text; relating_product_definition: product_definition; related_product_definition: product_definition; component_definition (RT) (DER) related_product_definition: component_definition; assembly_component (RT) (DER) definition: assembly_component; assembly_component_armx (RT) derived_from: physical_unit_or_part_template; (DER) assemblies: SET [0:?] OF product_view_definition; (DER) groups: SET [0:?] OF assembly_group_component_armx; (DER) versions: SET [0:?] OF product_definition_formation; (DER) product: SET [0:?] OF product_armx; (RT) (DER) described_element: shapeable_item; (RT) (DER) id: identifier; (RT) (DER) name: label; (RT) (DER) description: text; (RT) (DER) relating_product_definition: product_definition; (RT) (INV) occurrence_contexts: SET [1:?] OF assembly_component_usage FOR related_product_definition; part_occurrence (RT) defined_version: part_version; definition_based_part_occurrence (RT) derived_from: part_view_definition; physical_component - physical_component_armx - routed_interconnect_component - routed_interconnect_component_armx routed_centreline_shape: planar_path_shape_model_with_parameters; (RT) (DER) name_x: STRING; |
Global rules for this entity data type- |
public interface ERouted_interconnect_component_armx extends EPhysical_component_armx, ERouted_interconnect_componentrouted_centreline_shape (explicit attribute)boolean testRouted_centreline_shape(ERouted_interconnect_component_armx type)EPlanar_path_shape_model_with_parameters getRouted_centreline_shape(ERouted_interconnect_component_armx type) void setRouted_centreline_shape(ERouted_interconnect_component_armx type, EPlanar_path_shape_model_with_parameters value) void unsetRouted_centreline_shape(ERouted_interconnect_component_armx type) |
public class CRouted_interconnect_component_armx implements ERouted_interconnect_component_armxstatic EAttribute attributeRouted_centreline_shape(ERouted_interconnect_component_armx type)static int usedinRouted_centreline_shape(ERouted_interconnect_component_armx type, EPlanar_path_shape_model_with_parameters instance, ASdaiModel domain, ARouted_interconnect_component_armx result) static EAttribute attributeName_x(ERouted_interconnect_component_armx type) |
public class ARouted_interconnect_component_armx extends AEntitypublic ERouted_interconnect_component_armx getByIndex(int index)public ERouted_interconnect_component_armx getCurrentMember(SdaiIterator it) |