Uses of Class
net.sf.okapi.common.annotation.GlossEntry.Translation
-
Packages that use GlossEntry.Translation Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.steps.rainbowkit.xliff -
-
Uses of GlossEntry.Translation in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return types with arguments of type GlossEntry.Translation Modifier and Type Method Description Set<GlossEntry.Translation>GlossEntry. getTranslations()Iterator<GlossEntry.Translation>GlossEntry. iterator()Methods in net.sf.okapi.common.annotation with parameters of type GlossEntry.Translation Modifier and Type Method Description voidGlossEntry. addTranslation(GlossEntry.Translation translation) -
Uses of GlossEntry.Translation in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff with parameters of type GlossEntry.Translation Modifier and Type Method Description static TranslationXLIFF2Utils. toXliffTranslation(GlossEntry.Translation translation)
-