Uses of Class
done.inpro.system.completion.CompletionInstallmentIU.Prefix

Packages that use CompletionInstallmentIU.Prefix
done.inpro.system.completion   
 

Uses of CompletionInstallmentIU.Prefix in done.inpro.system.completion
 

Methods in done.inpro.system.completion that return types with arguments of type CompletionInstallmentIU.Prefix
private  java.util.List<CompletionInstallmentIU.Prefix> CompletionInstallmentIU.getPrefixesMatchingLastWords(java.util.List<WordIU> lastWords)
          return all prefixes of this installment that end in the given last words
 

Constructors in done.inpro.system.completion with parameters of type CompletionInstallmentIU.Prefix
CompletionInstallmentIU.FuzzyMatchResult(CompletionInstallmentIU.Prefix prefix, double wer)