Uses of Interface
net.sf.okapi.lib.xliff2.its.IITSItem
-
Packages that use IITSItem Package Description net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories. -
-
Uses of IITSItem in net.sf.okapi.lib.xliff2.its
Classes in net.sf.okapi.lib.xliff2.its that implement IITSItem Modifier and Type Class Description classDataCategoryProvides a base implementation ofIITSItemfor a given data category.classDataCategoryGroup<T extends DataCategory>Represents a stand-off group for a given data category that can have multiple instances.classDomainImplements the Domain data category.classLocQualityIssueImplements the Localization Quality Issue data category.classLocQualityIssuesImplements a group ofLocQualityIssueobjects.classMTConfidenceImplements the MT Confidence data category.classProvenanceImplements the Provenance data category.classProvenancesImplements a group ofProvenanceobjects.classTextAnalysisImplements the Text Analysis data category.Methods in net.sf.okapi.lib.xliff2.its that return IITSItem Modifier and Type Method Description static IITSItemITSWriter. annotate(Fragment fragment, int start, int end, IITSItem item)Annotates a given fragment with an ITS item.IITSItemDomain. createCopy()IITSItemIITSItem. createCopy()Creates a deep-copy clone of this item.IITSItemLocQualityIssue. createCopy()IITSItemLocQualityIssues. createCopy()IITSItemMTConfidence. createCopy()IITSItemProvenance. createCopy()IITSItemProvenances. createCopy()IITSItemTextAnalysis. createCopy()<A extends DataCategory>
IITSItemITSItems. get(Class<A> dcType)Gets the item for a given type of data category.IITSItemITSItems. get(String dcName)Gets the item for a given data category name.Methods in net.sf.okapi.lib.xliff2.its that return types with arguments of type IITSItem Modifier and Type Method Description Iterator<IITSItem>ITSItems. iterator()Returns an iterator for the items in this collection.Methods in net.sf.okapi.lib.xliff2.its with parameters of type IITSItem Modifier and Type Method Description voidITSItems. add(IITSItem item)Adds (or sets) a new ITS data category instance in this collection.static IITSItemITSWriter. annotate(Fragment fragment, int start, int end, IITSItem item)Annotates a given fragment with an ITS item.static MTagITSWriter. annotate(Fragment fragment, int start, int end, IITSItem item, String matchingType)Tries to reuse an existing annotation to add an ITS item.voidITSItems. remove(IITSItem item)Removes a given item from this collection.voidAnnotatorsRef. set(IITSItem item)Sets the annotator reference of a given ITS item (if available).
-