|
ENTITY presentation_with_association SUBTYPE OF (presentation_representation); WHERE wr1: SIZEOF ( SELF \ representation . items ) = 1 ; wr2: SIZEOF ( QUERY ( pir <* USEDIN ( SELF , 'electrotechnical_design.' + 'presented_item_representation.' + 'presentation' ) | NOT ( 'electrotechnical_design.' + 'presentation_with_association' IN TYPEOF ( pir . item ) ) ) ) = 0 ; END_ENTITY; -- presentation_with_association |
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; presentation_with_association - |
Global rules for this entity data type- |
public interface EPresentation_with_association extends EPresentation_representation |
public class CPresentation_with_association implements EPresentation_with_association |
public class APresentation_with_association extends AEntitypublic EPresentation_with_association getByIndex(int index)public EPresentation_with_association getCurrentMember(SdaiIterator it) |