ENTITY mapped_item

(* SCHEMA explicit_draughting; *)
  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

Explicit Attributes

Entity mapped_item has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation_item
 mapping_sourcerepresentation_map (ENTITY)mapped_item
 mapping_targetrepresentation_item (ENTITY)mapped_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity mapped_item inherits from the following supertypes:
  representation_item

Subtypes

Entity mapped_item has the following subtypes:
    annotation_symbol*
    annotation_text*
    camera_image*
    camera_image_2d_with_scale
* - Immediate Subtypes

Referenced By

Entity mapped_item and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_composite_text FUNCTION mapped_item
 acyclic_mapped_item_usage FUNCTION representation_item
 acyclic_mapped_item_usage FUNCTION mapped_item
 acyclic_mapped_representation FUNCTION mapped_item
 acyclic_mapped_representation FUNCTION representation_item
 annotation_subfigure_occurrence ENTITY mapped_item
 annotation_symbol ENTITY mapped_item
 annotation_text ENTITY mapped_item
 camera_image ENTITY mapped_item
 camera_image_2d_with_scale ENTITY mapped_item
 draughting_annotation_occurrence ENTITY mapped_item
 draughting_model ENTITY mapped_item
 draughting_sub_model_mapped_item RULE mapped_item
 drawing_sheet_layout_usage RULE mapped_item
 drawing_sheet_revision ENTITY mapped_item
 geometrically_bounded_2d_wireframe_representation ENTITY mapped_item
 item_in_context FUNCTION representation_item
 layered_item SELECT representation_item
 mapped_item ENTITY representation_item
 representation ENTITY representation_item
 representation_map ENTITY mapped_item
 representation_map ENTITY representation_item
 structured_dimension_callout ENTITY representation_item
 styled_item ENTITY representation_item
 style_context_select SELECT representation_item
 use_of_geometrically_bounded_2d_wireframe_representation RULE mapped_item
 using_representations FUNCTION representation_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:03-04:00