Uses of Class
net.sf.okapi.common.annotation.GenericAnnotations
-
Packages that use GenericAnnotations 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.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff.its net.sf.okapi.filters.xliff2 net.sf.okapi.lib.verification org.w3c.its -
-
Uses of GenericAnnotations in net.sf.okapi.common.annotation
Subclasses of GenericAnnotations in net.sf.okapi.common.annotation Modifier and Type Class Description classITSLQIAnnotationsAnnotation for ITS Language Quality Issue meta-data.classITSProvenanceAnnotationsAnnotation for ITS Provenance meta-data.Methods in net.sf.okapi.common.annotation that return GenericAnnotations Modifier and Type Method Description GenericAnnotationsGenericAnnotations. clone()Clones this annotation and make sure its still has a unique ID.static GenericAnnotationsGenericAnnotations. createFromString(String storage)Creates a new GenericAnnotations object from a storage string.Methods in net.sf.okapi.common.annotation with parameters of type GenericAnnotations Modifier and Type Method Description voidGenericAnnotations. addAll(GenericAnnotations annotations)Adds all annotations of a given set of annotations to this object.static voidGenericAnnotations. addAnnotations(Code code, GenericAnnotations newSet)Adds a set of annotations to a given inline code.static voidGenericAnnotations. addAnnotations(IWithAnnotations nameable, GenericAnnotations newSet)Adds a set of annotations to a given INameable object (e.g. -
Uses of GenericAnnotations in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter that return types with arguments of type GenericAnnotations Modifier and Type Method Description List<GenericAnnotations>ITSContent. getStandoff()Gets the current standoff markup.List<GenericAnnotations>XLIFFContent. getStandoff()Gets the standoff information for a possible list of annotations.Methods in net.sf.okapi.common.filterwriter with parameters of type GenericAnnotations Modifier and Type Method Description voidITSContent. outputAnnotations(GenericAnnotations anns, StringBuilder output, boolean inline, boolean mrk, boolean mtypeNeeded, LocaleId trgLocId)Generates the markup for the ITS attributes for a given annotation set.Method parameters in net.sf.okapi.common.filterwriter with type arguments of type GenericAnnotations Modifier and Type Method Description StringITSContent. writeStandoffLQI(List<GenericAnnotations> annotations)Output all the Localization Quality issue annotation groups in a given list.StringITSContent. writeStandoffProvenance(List<GenericAnnotations> annotations) -
Uses of GenericAnnotations in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return GenericAnnotations Modifier and Type Method Description GenericAnnotationsCode. getGenericAnnotations()Gets the generic annotation set assigned to the code if any. -
Uses of GenericAnnotations in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return GenericAnnotations Modifier and Type Method Description protected GenericAnnotationsXLIFFITSFilterExtension. readInlineCodeITSAttributes()protected GenericAnnotationsXLIFFITSFilterExtension. readTextContainerITSAttributes()Methods in net.sf.okapi.filters.xliff that return types with arguments of type GenericAnnotations Modifier and Type Method Description Map<String,GenericAnnotations>XLIFFSkeletonWriter. getLqiStandoff()Map<String,GenericAnnotations>XLIFFSkeletonWriter. getProvStandoff()Method parameters in net.sf.okapi.filters.xliff with type arguments of type GenericAnnotations Modifier and Type Method Description voidXLIFFSkeletonWriter. addUnusedAnnotations(StringBuilder endDoc, ITSContent itsContent, Collection<String> storedAnns, HashMap<String,GenericAnnotations> standoff, Class<? extends GenericAnnotations> type)voidXLIFFSkeletonWriter. addUnusedAnnotations(StringBuilder endDoc, ITSContent itsContent, Collection<String> storedAnns, HashMap<String,GenericAnnotations> standoff, Class<? extends GenericAnnotations> type)Constructor parameters in net.sf.okapi.filters.xliff with type arguments of type GenericAnnotations Constructor Description SdlXliffSkeletonWriter(Parameters params, XLIFFContent fmt, ITSContent itsCont, ITSStandoffManager itsStandoffManager, Map<String,GenericAnnotations> lqiStandoff, Map<String,GenericAnnotations> provStandoff, CharsetEncoder chsEnc)XLIFFSkeletonWriter(Parameters params, XLIFFContent fmt, ITSContent itsCont, ITSStandoffManager itsStandoffManager, Map<String,GenericAnnotations> lqiStandoff, Map<String,GenericAnnotations> provStandoff, CharsetEncoder chsEnc) -
Uses of GenericAnnotations in net.sf.okapi.filters.xliff.its
Methods in net.sf.okapi.filters.xliff.its with type parameters of type GenericAnnotations Modifier and Type Method Description <T extends GenericAnnotations>
voidITSStandoffManager. addLQIAnnotation(T anns, String uri)Resolve a LQI reference using the specified URI and add it to the specified annotations.<T extends GenericAnnotations>
voidITSStandoffManager. addProvAnnotation(T anns, String uri)Resolve a provenance reference using the specified URI and add it to the specified annotations. -
Uses of GenericAnnotations in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 that return GenericAnnotations Modifier and Type Method Description protected GenericAnnotationsX2ToOkpConverter. convertMtagToAnnotations(MTag mtag) -
Uses of GenericAnnotations in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification with parameters of type GenericAnnotations Modifier and Type Method Description voidQualityCheckReport. processAnnotations(GenericAnnotations annotations) -
Uses of GenericAnnotations in org.w3c.its
Methods in org.w3c.its that return GenericAnnotations Modifier and Type Method Description GenericAnnotationsITSEngine. getLocQualityIssueAnnotations(Attr attribute)Gets the localization quality issue annotations for the current element or one of its attributes.GenericAnnotationsITSEngine. getLocQualityRatingAnnotation()Gets the localization quality rating annotation set for the current element.GenericAnnotationsITSEngine. getProvenanceAnnotations(Attr attribute)Gets the annotations for the Provenance data category for the current element or for one of its attributes.GenericAnnotationsITSEngine. getStorageSizeAnnotation(Attr attribute)GenericAnnotationsITSEngine. getTerminologyAnnotation(Attr attribute)Gets the terminology annotation set for the current element or one of its attributes.GenericAnnotationsITSEngine. getTextAnalysisAnnotation(Attr attribute)Gets the text analysis annotations for the current element or one of its attributes.
-