|
ENTITY land_physical_template_armx SUPERTYPE OF (ONEOF (default_passage_based_land_physical_template_armx, default_attachment_size_based_land_physical_template_armx)) SUBTYPE OF (stratum_feature_template_armx, land_physical_template); INVERSE access_mechanisms : SET [1:?] OF land_template_terminal_armx FOR associated_definition; pre_defined_classification_code : SET [0:1] OF external_source_identification FOR items; WHERE wr1: SIZEOF ( QUERY ( ltjt <* access_mechanisms | NOT ( 'fabrication_technology_xim.land_template_join_terminal' IN TYPEOF ( ltjt ) ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( s <* SELF \ geometric_template_armx . shapes | NOT ( 'constructive_solid_geometry_2d_xim.single_area_csg_2d_shape_representation' IN TYPEOF ( s ) ) ) ) = 0 ; wr3: SIZEOF ( SELF \ geometric_template_armx . shapes ) > 0 ; END_ENTITY; -- land_physical_template_armx |
| default_attachment_size_based_land_physical_template_armx (FABRICATION_TECHNOLOGY_XIM) |
| default_passage_based_land_physical_template_armx (FABRICATION_TECHNOLOGY_XIM) |
| land_physical_template_subtypes (LAYERED_INTERCONNECT_MODULE_DESIGN_XIM) |
Global rules for this entity data typeunique_land_physical_template (FABRICATION_TECHNOLOGY_XIM) |
public interface ELand_physical_template_armx extends EStratum_feature_template_armx, ELand_physical_templateaccess_mechanisms (inverse attribute)ALand_template_terminal_armx getAccess_mechanisms(ELand_physical_template_armx type, ASdaiModel domain)pre_defined_classification_code (inverse attribute)AExternal_source_identification getPre_defined_classification_code(ELand_physical_template_armx type, ASdaiModel domain) |
public class CLand_physical_template_armx implements ELand_physical_template_armxstatic EAttribute attributeAccess_mechanisms(ELand_physical_template_armx type)static EAttribute attributePre_defined_classification_code(ELand_physical_template_armx type) |
public class ALand_physical_template_armx extends AEntitypublic ELand_physical_template_armx getByIndex(int index)public ELand_physical_template_armx getCurrentMember(SdaiIterator it) |