Uses of Class
net.sf.okapi.filters.rainbowkit.MergingInfo
-
Packages that use MergingInfo Package Description net.sf.okapi.filters.rainbowkit net.sf.okapi.steps.rainbowkit.postprocess -
-
Uses of MergingInfo in net.sf.okapi.filters.rainbowkit
Methods in net.sf.okapi.filters.rainbowkit that return MergingInfo Modifier and Type Method Description MergingInfoManifest. getItem(int docID)static MergingInfoMergingInfo. readFromXML(Element element)Reads the merging information from an XML element created withwriteToXML(String, boolean).Methods in net.sf.okapi.filters.rainbowkit that return types with arguments of type MergingInfo Modifier and Type Method Description Map<Integer,MergingInfo>Manifest. getItems() -
Uses of MergingInfo in net.sf.okapi.steps.rainbowkit.postprocess
Methods in net.sf.okapi.steps.rainbowkit.postprocess with parameters of type MergingInfo Modifier and Type Method Description EventMerger. startMerging(MergingInfo info, Event event)
-