Uses of Class
net.sf.okapi.steps.diffleverage.FileLikeThing
-
Packages that use FileLikeThing Package Description net.sf.okapi.steps.diffleverage -
-
Uses of FileLikeThing in net.sf.okapi.steps.diffleverage
Methods in net.sf.okapi.steps.diffleverage that return FileLikeThing Modifier and Type Method Description FileLikeThing<T>FileAlignment. getNew()Get the new sourceFileLikeThingFileLikeThing<T>FileAlignment. getOldSrc()Get the old sourceFileLikeThing(matches the new source)FileLikeThing<T>FileAlignment. getOldTrg()Get old targetFileLikeThingFileLikeThing<T>FileAlignment. getTrgFile()Get targetFileLikeThing(matches "new" source file)Constructors in net.sf.okapi.steps.diffleverage with parameters of type FileLikeThing Constructor Description FileAlignment(FileLikeThing<T> newFile)Create a 1-0 alignment (source only)FileAlignment(FileLikeThing<T> newFile, FileLikeThing<T> trgFile)Bi-lingual alignmentFileAlignment(FileLikeThing<T> newFile, FileLikeThing<T> oldSrcFile, FileLikeThing<T> oldTrgFile)Tri-lingual alignmentConstructor parameters in net.sf.okapi.steps.diffleverage with type arguments of type FileLikeThing Constructor Description FileAligner(boolean lowerCase, List<FileLikeThing<T>> srcFiles, List<FileLikeThing<T>> trgFiles, URI srcRootUri, URI trgRootUri)Bi-lingual alignment (match source with target files)FileAligner(boolean lowerCase, List<FileLikeThing<T>> newFiles, List<FileLikeThing<T>> oldSrcFiles, List<FileLikeThing<T>> oldTrgFiles, URI newRootUri, URI oldSrcRootUri, URI oldTrgRootUri)Tri-lingual alignment (new source matched with old source, matched with old target).FileAligner(List<FileLikeThing<T>> srcFiles, List<FileLikeThing<T>> trgFiles, URI srcRootUri, URI trgRootUri)Bi-lingual alignment (match source with target files).FileAligner(List<FileLikeThing<T>> newFiles, List<FileLikeThing<T>> oldSrcFiles, List<FileLikeThing<T>> oldTrgFiles, URI newRootUri, URI oldSrcRootUri, URI oldTrgRootUri)Tri-lingual alignment (new source matched with old source, matched with old target).
-