ENTITY mapped_item SUBTYPE OF (representation_item); mapping_source : representation_map; mapping_target : representation_item; WHERE wr1: acyclic_mapped_representation(using_representations(SELF), [SELF]); END_ENTITY; -- mapped_item |
Entity data types and their attributesrepresentation_itemname: label; mapped_item mapping_source: representation_map; mapping_target: representation_item; |
annotation_symbol (PRESENTATION_DEFINITION_SCHEMA) |
annotation_text (PRESENTATION_DEFINITION_SCHEMA) |
annotation_text_character (PRESENTATION_DEFINITION_SCHEMA) |
bond_assembly_2d_position (ASSEMBLY_2D_SHAPE_XIM) |
bond_assembly_position (ASSEMBLY_3D_SHAPE_XIM) |
camera_image (PRESENTATION_ORGANIZATION_SCHEMA) |
component_placement__mi (IDA_STEP_SCHEMA_XIM) |
device_2d_position (PACKAGED_PART_WHITE_BOX_MODEL_XIM) |
device_3d_position (PACKAGED_PART_WHITE_BOX_MODEL_XIM) |
dimension_text_associativity (AIC_ASSOCIATIVE_DRAUGHTING_ELEMENTS) |
geometric_placement_operation (CONTEXTUAL_SHAPE_POSITIONING_XIM) |
included_text_block (TAGGED_TEXT_REPRESENTATION_MIM) |
instance_placement__mi (IDA_STEP_SCHEMA_XIM) |
occurrence_placement__mi (PRODUCT_PLACEMENT_XIM) |
path_area_with_parameters (LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_MIM) |
repositioned_neutral_sketch (SKETCH_SCHEMA) |
stratum_interconnect_module_3d_position (LAYERED_INTERCONNECT_MODULE_3D_DESIGN_XIM) |
stratum_interconnect_module_planar_position (LAYERED_INTERCONNECT_MODULE_2D_DESIGN_XIM) |
sub_model_placement_2d (ASSEMBLY_MODULE_WITH_CABLE_COMPONENT_2D_XIM) |
sub_model_placement_3d (ASSEMBLY_MODULE_WITH_CABLE_COMPONENT_3D_XIM) |
usage_concept_usage_relationship (PART_FEATURE_LOCATION_MIM) |
user_defined_curve_font (STYLED_CURVE_MIM) |
user_defined_marker (CURVE_APPEARANCE_MIM) |
user_defined_terminator_symbol (CURVE_APPEARANCE_MIM) |
Global rules for this entity data typebuilding_element_component_maps_into_building_element (LOCATION_IN_BUILDING_MIM)building_element_maps_into_building_section_or_space (LOCATION_IN_BUILDING_MIM) building_section_maps_into_building (LOCATION_IN_BUILDING_MIM) drawing_sheet_layout_usage (AUTOMOTIVE_DESIGN) restrict_multi_language_for_mapped_item (AUTOMOTIVE_DESIGN) restrict_multi_language_for_mapped_item (CATALOG_DATA_INFORMATION_MIM) space_or_building_level_maps_into_building_section (LOCATION_IN_BUILDING_MIM) subtype_exclusiveness_mapped_item (AUTOMOTIVE_DESIGN) |
public interface EMapped_item extends ERepresentation_itemmapping_source (explicit attribute)boolean testMapping_source(EMapped_item type)ERepresentation_map getMapping_source(EMapped_item type) void setMapping_source(EMapped_item type, ERepresentation_map value) void unsetMapping_source(EMapped_item type) mapping_target (explicit attribute)boolean testMapping_target(EMapped_item type)ERepresentation_item getMapping_target(EMapped_item type) void setMapping_target(EMapped_item type, ERepresentation_item value) void unsetMapping_target(EMapped_item type) |
public class CMapped_item implements EMapped_itemstatic EAttribute attributeMapping_source(EMapped_item type)static int usedinMapping_source(EMapped_item type, ERepresentation_map instance, ASdaiModel domain, AMapped_item result) static EAttribute attributeMapping_target(EMapped_item type) static int usedinMapping_target(EMapped_item type, ERepresentation_item instance, ASdaiModel domain, AMapped_item result) |
public class AMapped_item extends AEntitypublic EMapped_item getByIndex(int index)public EMapped_item getCurrentMember(SdaiIterator it) |