|
ENTITY presentation_representation SUPERTYPE OF (ONEOF (area_dependent_annotation_representation, presentation_area, presentation_view, product_data_representation_view, view_dependent_annotation_representation)) SUBTYPE OF (representation); SELF\representation.context_of_items : geometric_representation_context; WHERE wr1: SELF \ representation . context_of_items \ geometric_representation_context . coordinate_space_dimension = 2 ; wr2: ( 'presentation_organization_schema.presentation_area' IN TYPEOF ( SELF ) ) OR ( SIZEOF ( QUERY ( prr <* USEDIN ( SELF , 'representation_schema.' + 'representation_relationship.rep_2' ) | 'presentation_organization_schema.presentation_representation' IN TYPEOF ( prr \ representation_relationship . rep_1 ) ) ) > 0 ) OR ( SIZEOF ( QUERY ( rm <* USEDIN ( SELF , 'representation_schema.' + 'representation_map.' + 'mapped_representation' ) | SIZEOF ( QUERY ( mi <* USEDIN ( rm , 'representation_schema.' + 'mapped_item.' + 'mapping_source' ) | SIZEOF ( QUERY ( rep <* using_representations ( mi ) | 'presentation_organization_schema.' + 'presentation_representation' IN TYPEOF ( rep ) ) ) > 0 ) ) > 0 ) ) > 0 ) ; END_ENTITY; -- presentation_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; presentation_representation (RT) context_of_items: geometric_representation_context; |
| area_dependent_annotation_representation (PRESENTATION_ORGANIZATION_SCHEMA) |
| presentation_area (PRESENTATION_ORGANIZATION_SCHEMA) |
| presentation_view (PRESENTATION_ORGANIZATION_SCHEMA) |
| presentation_with_association (IDA_STEP_AIM_SCHEMA) |
| product_data_representation_view (PRESENTATION_ORGANIZATION_SCHEMA) |
| view_dependent_annotation_representation (PRESENTATION_ORGANIZATION_SCHEMA) |
Global rules for this entity data typesubtype_exclusiveness_presentation_representation (AUTOMOTIVE_DESIGN) |
public interface EPresentation_representation extends ERepresentation |
public class CPresentation_representation implements EPresentation_representation |
public class APresentation_representation extends AEntitypublic EPresentation_representation getByIndex(int index)public EPresentation_representation getCurrentMember(SdaiIterator it) |