Class ITSLQIAnnotations

    • Constructor Detail

      • ITSLQIAnnotations

        public ITSLQIAnnotations()
    • Method Detail

      • addAnnotations

        public static void addAnnotations​(ITextUnit tu,
                                          ITSLQIAnnotations newSet)
        Adds an ITSLQIAnnotations to a text unit.
        Parameters:
        tu - the text unit where to add the annotations.
        newSet - the set of annotations to add.
      • addAnnotations

        public static void addAnnotations​(TextContainer tc,
                                          ITSLQIAnnotations newSet)
        Adds an ITSLQIAnnotations to a text container.
        Parameters:
        tc - the text container where to add the annotations.
        newSet - the set of annotations to add.
      • addAnnotations

        public static void addAnnotations​(TextContainer tc,
                                          GenericAnnotation issue)
        Adds an LQI annotation to a text container.
        Parameters:
        tc - the text container where to add the annotations.
        issue - the annotation to add.