jp.go.nict.langrid.wrapper.common.db.service
クラス Util

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.service.Util

public class Util
extends Object


コンストラクタの概要
Util()
           
 
メソッドの概要
static List<Language> toLanguages(String[] languageColumnNames)
           
static Set<MatchingMethod> toMatchingMethods(MatchingMethod[] methods)
           
static List<LanguagePair> toRoundrobinPairs(Language[] languages)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Util

public Util()
メソッドの詳細

toLanguages

public static List<Language> toLanguages(String[] languageColumnNames)

toRoundrobinPairs

public static List<LanguagePair> toRoundrobinPairs(Language[] languages)

toMatchingMethods

public static Set<MatchingMethod> toMatchingMethods(MatchingMethod[] methods)