ENTITY derived_stratum_armx SUBTYPE OF (stratum_armx, derived_stratum); derived_from : design_or_documentation_stratum; END_ENTITY; -- derived_stratum_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; part_view_definition (RT) defined_version: part_version; 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; stratum (RT) (DER) definition: stratum; stratum_armx definition_x: stratum_technology_occurrence_armx; (DER) of_average_surface: SET [0:1] OF stratum_average_surface; (RT) (DER) described_element: shapeable_item; (DER) of_product_version: SET [1:?] OF product_definition_formation; (DER) of_technology: stratum_technology_armx; (DER) base_component: SET [0:?] OF area_component_armx; (RT) (DER) additional_characterization: STRING; (INV) of_surface: SET [0:3] OF stratum_surface_armx FOR of_stratum; (INV) assembly: SET [1:?] OF interconnect_module_stratum_assembly_relationship FOR component; (INV) stratum_usage: SET [0:1] OF external_source_identification FOR item; (INV) material_product: SET [0:1] OF make_from_usage_option FOR related_product_definition; derived_stratum - derived_stratum_armx derived_from: design_or_documentation_stratum; |
Global rules for this entity data type- |
public interface EDerived_stratum_armx extends EStratum_armx, EDerived_stratumderived_from (explicit attribute)int testDerived_from(EDerived_stratum_armx type)case 1 EEntity getDerived_from(EDerived_stratum_armx type) void setDerived_from(EDerived_stratum_armx type, EEntity value, EEntity node1) void unsetDerived_from(EDerived_stratum_armx type) |
public class CDerived_stratum_armx implements EDerived_stratum_armxstatic EAttribute attributeDerived_from(EDerived_stratum_armx type)static int usedinDerived_from(EDerived_stratum_armx type, EEntity instance, ASdaiModel domain, ADerived_stratum_armx result) |
public class ADerived_stratum_armx extends AEntitypublic EDerived_stratum_armx getByIndex(int index)public EDerived_stratum_armx getCurrentMember(SdaiIterator it) |