Uses of Class
net.sf.okapi.common.annotation.GenericAnnotation
-
Packages that use GenericAnnotation Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff.its net.sf.okapi.lib.verification -
-
Uses of GenericAnnotation in net.sf.okapi.common.annotation
Subclasses of GenericAnnotation in net.sf.okapi.common.annotation Modifier and Type Class Description classIssueAnnotationMethods in net.sf.okapi.common.annotation that return GenericAnnotation Modifier and Type Method Description GenericAnnotationGenericAnnotations. add(String type)Creates an new annotation and add it to this object.GenericAnnotationGenericAnnotation. clone()static GenericAnnotationGenericAnnotation. createFromString(String storage)Creates a new GenericAnnotation object from a storage string.GenericAnnotationGenericAnnotations. getFirstAnnotation(String type)Gets the first occurrence of an annotation for a given type.Methods in net.sf.okapi.common.annotation that return types with arguments of type GenericAnnotation Modifier and Type Method Description List<GenericAnnotation>GenericAnnotations. getAllAnnotations()Gets the unmodifiable list of all the annotation in this annotation set.List<GenericAnnotation>GenericAnnotations. getAnnotations(String type)Gets a list of all the annotations of a given type.Iterator<GenericAnnotation>GenericAnnotations. iterator()Methods in net.sf.okapi.common.annotation with parameters of type GenericAnnotation Modifier and Type Method Description voidGenericAnnotations. add(GenericAnnotation annotation)Adds an existing annotation to this object.static voidGenericAnnotation. addAnnotation(Code code, GenericAnnotation ann)Adds an annotation to an inline code.static voidGenericAnnotation. addAnnotation(ITextUnit tu, GenericAnnotation ann)Adds an annotation to a text unit.static voidGenericAnnotation. addAnnotation(TextContainer tc, GenericAnnotation ann)Adds an annotation to a text container.static voidITSLQIAnnotations. addAnnotations(TextContainer tc, GenericAnnotation issue)Adds an LQI annotation to a text container.voidGenericAnnotations. remove(GenericAnnotation annotation)Removes a given annotation from this list.Method parameters in net.sf.okapi.common.annotation with type arguments of type GenericAnnotation Modifier and Type Method Description voidGenericAnnotations. addAll(List<GenericAnnotation> newItems)Adds all the annotations from a given list to this object.Constructors in net.sf.okapi.common.annotation with parameters of type GenericAnnotation Constructor Description GenericAnnotations(GenericAnnotation annotation)Creates an annotation set and add a given one.IssueAnnotation(GenericAnnotation ann) -
Uses of GenericAnnotation in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter that return GenericAnnotation Modifier and Type Method Description GenericAnnotationITSAnnotatorsRefContext. getAnnotation()Gets an annotation for the current annotatorsRef string.Methods in net.sf.okapi.common.filterwriter with parameters of type GenericAnnotation Modifier and Type Method Description StringITSContent. writeAttributeProvenance(GenericAnnotation ann)StringITSContent. writeAttributesLQI(GenericAnnotation ann)Writes the data attributes for a given LQI annotation (not locQualityIssuesRef). -
Uses of GenericAnnotation in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return GenericAnnotation Modifier and Type Method Description protected GenericAnnotationXLIFFITSFilterExtension. readITSAllowedCharacters()protected GenericAnnotationXLIFFITSFilterExtension. readITSExternalResource()protected GenericAnnotationXLIFFITSFilterExtension. readITSLocaleFilter()protected GenericAnnotationXLIFFITSFilterExtension. readITSLQR()protected GenericAnnotationXLIFFITSFilterExtension. readITSMtConfidence()protected GenericAnnotationXLIFFITSFilterExtension. readITSStorageSize() -
Uses of GenericAnnotation in net.sf.okapi.filters.xliff.its
Methods in net.sf.okapi.filters.xliff.its that return GenericAnnotation Modifier and Type Method Description GenericAnnotationITSLQI. getAnnotation()Gets the annotation for this LQI object. -
Uses of GenericAnnotation in net.sf.okapi.lib.verification
Subclasses of GenericAnnotation in net.sf.okapi.lib.verification Modifier and Type Class Description classIssue
-