|
ENTITY table_representation SUBTYPE OF (symbol_representation); WHERE wr1: ( 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_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_representation - |
Global rules for this entity data type- |
public interface ETable_representation extends ESymbol_representation |
public class CTable_representation implements ETable_representation |
public class ATable_representation extends AEntitypublic ETable_representation getByIndex(int index)public ETable_representation getCurrentMember(SdaiIterator it) |