Overview Schemas Index

PRESENTATION_DEFINITION_SCHEMA (jsdai.SPresentation_definition_schema)


ENTITY table_text_relationship
          SUBTYPE OF (annotation_occurrence_relationship);
          field : table_record_field_representation;
          SELF\annotation_occurrence_relationship.relating_annotation_occurrence : annotation_table_occurrence;
          SELF\annotation_occurrence_relationship.related_annotation_occurrence : annotation_text_occurrence;
WHERE
          wr1: 'PRESENTATION_DEFINITION_SCHEMA.ANNOTATION_TABLE'
         IN TYPEOF (SELF\annotation_occurrence_relationship.
                  relating_annotation_occurrence\styled_item.item);
          wr2: field_in_table (SELF.field,
                           SELF\annotation_occurrence_relationship.
                                relating_annotation_occurrence);
END_ENTITY; -- table_text_relationship

Entity data types and their attributes

annotation_occurrence_relationship
          name: label;
          description: text;
          relating_annotation_occurrence: annotation_occurrence;
          related_annotation_occurrence: annotation_occurrence;
table_text_relationship
          field: table_record_field_representation;
          (RT) relating_annotation_occurrence: annotation_table_occurrence;
          (RT) related_annotation_occurrence: annotation_text_occurrence;

Users

annotation_occurrence_relationship
table_text_relationship

Global rules for this entity data type

          -

public interface ETable_text_relationship extends EAnnotation_occurrence_relationship

field (explicit attribute)

          boolean testField(ETable_text_relationship type)
          ETable_record_field_representation getField(ETable_text_relationship type)
          void setField(ETable_text_relationship type, ETable_record_field_representation value)
          void unsetField(ETable_text_relationship type)

public class CTable_text_relationship implements ETable_text_relationship

          static EAttribute attributeField(ETable_text_relationship type)
          static int usedinField(ETable_text_relationship type, ETable_record_field_representation instance, ASdaiModel domain, ATable_text_relationship result)

public class ATable_text_relationship extends AEntity

          public ETable_text_relationship getByIndex(int index)
          public ETable_text_relationship getCurrentMember(SdaiIterator it)