ENTITY routed_shield_armx SUBTYPE OF (integral_shield_armx, routed_shield); routed_centreline_shape : curve; SELF\definition_based_product_occurrence.derived_from : printed_part_cross_section_template_armx; component_extent : inter_stratum_extent; curve_parameters : curve_style_parameters; END_ENTITY; -- routed_shield_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_occurrence_definition_relationship_armx FOR related_view; 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 product_occurrence_definition_relationship_armx FOR related_view; single_instance (RT) (DER) additional_characterization: STRING; laminate_component - laminate_component_armx (RT) (OPT) derived_from: template_definition; (INV) cad_layer: SET [0:1] OF external_source_identification FOR item; integral_shield - integral_shield_armx shielded_item: SET [1:?] OF laminate_shieldable_item; routed_shield - routed_shield_armx routed_centreline_shape: curve; (RT) derived_from: printed_part_cross_section_template_armx; component_extent: inter_stratum_extent; curve_parameters: curve_style_parameters; |
Global rules for this entity data type- |
public interface ERouted_shield_armx extends EIntegral_shield_armx, ERouted_shieldrouted_centreline_shape (explicit attribute)boolean testRouted_centreline_shape(ERouted_shield_armx type)ECurve getRouted_centreline_shape(ERouted_shield_armx type) void setRouted_centreline_shape(ERouted_shield_armx type, ECurve value) void unsetRouted_centreline_shape(ERouted_shield_armx type) component_extent (explicit attribute)boolean testComponent_extent(ERouted_shield_armx type)EInter_stratum_extent getComponent_extent(ERouted_shield_armx type) void setComponent_extent(ERouted_shield_armx type, EInter_stratum_extent value) void unsetComponent_extent(ERouted_shield_armx type) curve_parameters (explicit attribute)boolean testCurve_parameters(ERouted_shield_armx type)ECurve_style_parameters getCurve_parameters(ERouted_shield_armx type) void setCurve_parameters(ERouted_shield_armx type, ECurve_style_parameters value) void unsetCurve_parameters(ERouted_shield_armx type) |
public class CRouted_shield_armx implements ERouted_shield_armxstatic EAttribute attributeRouted_centreline_shape(ERouted_shield_armx type)static int usedinRouted_centreline_shape(ERouted_shield_armx type, ECurve instance, ASdaiModel domain, ARouted_shield_armx result) static EAttribute attributeComponent_extent(ERouted_shield_armx type) static int usedinComponent_extent(ERouted_shield_armx type, EInter_stratum_extent instance, ASdaiModel domain, ARouted_shield_armx result) static EAttribute attributeCurve_parameters(ERouted_shield_armx type) static int usedinCurve_parameters(ERouted_shield_armx type, ECurve_style_parameters instance, ASdaiModel domain, ARouted_shield_armx result) |
public class ARouted_shield_armx extends AEntitypublic ERouted_shield_armx getByIndex(int index)public ERouted_shield_armx getCurrentMember(SdaiIterator it) |