Overview Schemas Index

PRESENTATION_DEFINITION_SCHEMA (jsdai.SPresentation_definition_schema)


ENTITY annotation_occurrence_relationship;
          name : label;
          description : text;
          relating_annotation_occurrence : annotation_occurrence;
          related_annotation_occurrence : annotation_occurrence;
END_ENTITY; -- annotation_occurrence_relationship

Entity data types and their attributes

annotation_occurrence_relationship
          name: label;
          description: text;
          relating_annotation_occurrence: annotation_occurrence;
          related_annotation_occurrence: annotation_occurrence;

Known subtypes

          annotation_occurrence_associativity (AIC_ASSOCIATIVE_DRAUGHTING_ELEMENTS)
          table_text_relationship (PRESENTATION_DEFINITION_SCHEMA)

Users

annotation_occurrence_relationship

Global rules for this entity data type

          -

public interface EAnnotation_occurrence_relationship extends EEntity

name (explicit attribute)

          boolean testName(EAnnotation_occurrence_relationship type)
          String getName(EAnnotation_occurrence_relationship type)
          void setName(EAnnotation_occurrence_relationship type, String value)
          void unsetName(EAnnotation_occurrence_relationship type)

description (explicit attribute)

          boolean testDescription(EAnnotation_occurrence_relationship type)
          String getDescription(EAnnotation_occurrence_relationship type)
          void setDescription(EAnnotation_occurrence_relationship type, String value)
          void unsetDescription(EAnnotation_occurrence_relationship type)

relating_annotation_occurrence (explicit attribute)

          boolean testRelating_annotation_occurrence(EAnnotation_occurrence_relationship type)
          EAnnotation_occurrence getRelating_annotation_occurrence(EAnnotation_occurrence_relationship type)
          void setRelating_annotation_occurrence(EAnnotation_occurrence_relationship type, EAnnotation_occurrence value)
          void unsetRelating_annotation_occurrence(EAnnotation_occurrence_relationship type)

related_annotation_occurrence (explicit attribute)

          boolean testRelated_annotation_occurrence(EAnnotation_occurrence_relationship type)
          EAnnotation_occurrence getRelated_annotation_occurrence(EAnnotation_occurrence_relationship type)
          void setRelated_annotation_occurrence(EAnnotation_occurrence_relationship type, EAnnotation_occurrence value)
          void unsetRelated_annotation_occurrence(EAnnotation_occurrence_relationship type)

public class CAnnotation_occurrence_relationship implements EAnnotation_occurrence_relationship

          static EAttribute attributeName(EAnnotation_occurrence_relationship type)
          static EAttribute attributeDescription(EAnnotation_occurrence_relationship type)
          static EAttribute attributeRelating_annotation_occurrence(EAnnotation_occurrence_relationship type)
          static int usedinRelating_annotation_occurrence(EAnnotation_occurrence_relationship type, EAnnotation_occurrence instance, ASdaiModel domain, AAnnotation_occurrence_relationship result)
          static EAttribute attributeRelated_annotation_occurrence(EAnnotation_occurrence_relationship type)
          static int usedinRelated_annotation_occurrence(EAnnotation_occurrence_relationship type, EAnnotation_occurrence instance, ASdaiModel domain, AAnnotation_occurrence_relationship result)

public class AAnnotation_occurrence_relationship extends AEntity

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