ENTITY global_unit_assigned_context SUBTYPE OF (representation_context); units : SET [1:?] OF unit; END_ENTITY; -- global_unit_assigned_context |
Entity data types and their attributesrepresentation_contextcontext_identifier: identifier; context_type: text; (INV) representations_in_context: SET [1:?] OF representation FOR context_of_items; global_unit_assigned_context units: SET [1:?] OF unit; |
Global rules for this entity data typecartesian_coordinate_system_constraint (AP210_ELECTRONIC_ASSEMBLY_INTERCONNECT_AND_PACKAGING_DESIGN_MIM)global_length_and_angle_units_2d_or_3d (AUTOMOTIVE_DESIGN) global_length_and_angle_units_2d_or_3d (CATALOG_DATA_INFORMATION_MIM) |
public interface EGlobal_unit_assigned_context extends ERepresentation_contextunits (explicit attribute)boolean testUnits(EGlobal_unit_assigned_context type)AUnit getUnits(EGlobal_unit_assigned_context type) AUnit createUnits(EGlobal_unit_assigned_context type) void unsetUnits(EGlobal_unit_assigned_context type) |
public class CGlobal_unit_assigned_context implements EGlobal_unit_assigned_contextstatic EAttribute attributeUnits(EGlobal_unit_assigned_context type)static int usedinUnits(EGlobal_unit_assigned_context type, EEntity instance, ASdaiModel domain, AGlobal_unit_assigned_context result) |
public class AGlobal_unit_assigned_context extends AEntitypublic EGlobal_unit_assigned_context getByIndex(int index)public EGlobal_unit_assigned_context getCurrentMember(SdaiIterator it) |