|
ENTITY table_record_representation SUBTYPE OF (symbol_representation); WHERE wr1: ( SIZEOF ( USEDIN ( SELF , 'representation_schema.' + 'representation_relationship.rep_2' ) ) > 0 ) OR ( SIZEOF ( QUERY ( map_item <* USEDIN ( SELF , 'representation_schema.' + 'representation_map.' + 'mapped_representation' ) | SIZEOF ( QUERY ( mi <* USEDIN ( map_item , 'representation_schema.' + 'mapped_item.' + 'mapping_source' ) | SIZEOF ( QUERY ( rep <* using_representations ( mi ) | 'presentation_definition_schema.' + 'table_representation' IN TYPEOF ( rep ) ) ) > 0 ) ) > 0 ) ) > 0 ) ; wr2: ( SIZEOF ( QUERY ( trr <* USEDIN ( SELF , 'representation_schema.' + 'representation_relationship.rep_1' ) | NOT ( 'presentation_definition_schema.table_representation_relationship' IN TYPEOF ( trr ) ) ) ) = 0 ) AND ( SIZEOF ( QUERY ( trr <* USEDIN ( SELF , 'representation_schema.' + 'representation_relationship.rep_2' ) | NOT ( 'presentation_definition_schema.table_representation_relationship' IN TYPEOF ( trr ) ) ) ) = 0 ) ; END_ENTITY; -- table_record_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; symbol_representation - table_record_representation - |
Global rules for this entity data type- |
public interface ETable_record_representation extends ESymbol_representation |
public class CTable_record_representation implements ETable_record_representation |
public class ATable_record_representation extends AEntitypublic ETable_record_representation getByIndex(int index)public ETable_record_representation getCurrentMember(SdaiIterator it) |