|
ENTITY component_2d_surface_location SUBTYPE OF (component_2d_location_armx); mounting_surface_assembly_joint : assembly_joint_armx; DERIVE SELF\representation_relationship.description : text := 'component surface' ; WHERE wr1: SELF \ component_2d_location_armx . substrate_location = FALSE ; wr2: SIZEOF ( [ 'assembly_module_with_interconnect_component_xim.interconnect_module_component_terminal' , 'assembly_module_with_interconnect_component_xim.interconnect_module_component_surface_feature' ] * TYPEOF ( mounting_surface_assembly_joint . assembly_feature_1 ) ) >= 1 ; END_ENTITY; -- component_2d_surface_location |
Global rules for this entity data type- |
public interface EComponent_2d_surface_location extends EComponent_2d_location_armxmounting_surface_assembly_joint (explicit attribute)boolean testMounting_surface_assembly_joint(EComponent_2d_surface_location type)EAssembly_joint_armx getMounting_surface_assembly_joint(EComponent_2d_surface_location type) void setMounting_surface_assembly_joint(EComponent_2d_surface_location type, EAssembly_joint_armx value) void unsetMounting_surface_assembly_joint(EComponent_2d_surface_location type) |
public class CComponent_2d_surface_location implements EComponent_2d_surface_locationstatic EAttribute attributeMounting_surface_assembly_joint(EComponent_2d_surface_location type)static int usedinMounting_surface_assembly_joint(EComponent_2d_surface_location type, EAssembly_joint_armx instance, ASdaiModel domain, AComponent_2d_surface_location result) static EAttribute attributeDescription(EComponent_2d_surface_location type) |
public class AComponent_2d_surface_location extends AEntitypublic EComponent_2d_surface_location getByIndex(int index)public EComponent_2d_surface_location getCurrentMember(SdaiIterator it) |