jp.go.nict.langrid.wrapper.workflowsupport
クラス GetLongestMatchingTerm

java.lang.Object
  上位を拡張 jp.go.nict.langrid.servicecontainer.service.AbstractService
      上位を拡張 jp.go.nict.langrid.wrapper.ws_1_2.AbstractService
          上位を拡張 jp.go.nict.langrid.wrapper.ws_1_2.AbstractLanguageService
              上位を拡張 jp.go.nict.langrid.wrapper.ws_1_2.workflowsupport.AbstractGetLongestMatchingTermService
                  上位を拡張 jp.go.nict.langrid.wrapper.workflowsupport.GetLongestMatchingTerm
すべての実装されたインタフェース:
GetLongestMatchingTermService

public class GetLongestMatchingTerm
extends AbstractGetLongestMatchingTermService

バージョン:
$Revision: 5206 $
作成者:
koyama

フィールドの概要
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.AbstractService から継承されたフィールド
ALL_MATCHINGMETHODS, EMPTY_LANGUAGEPAIRS, EMPTY_LANGUAGEPATHS, EMPTY_LANGUAGES, MINIMUM_MATCHINGMETHODS
 
コンストラクタの概要
GetLongestMatchingTerm()
          コンストラクタ。
 
メソッドの概要
protected  Calendar doGetLastUpdate()
          最終更新日付を返す
 Collection<TranslationWithPosition> doGetLongestMatchingTerm(Language language, Morpheme[] morphemes, int startIndex, Translation[] translations)
           
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.workflowsupport.AbstractGetLongestMatchingTermService から継承されたメソッド
getLongestMatchingTerm
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.AbstractLanguageService から継承されたメソッド
getSupportedLanguageCollection, getSupportedLanguagePairCollection, getSupportedLanguages, setSupportedLanguageCollection, setSupportedLanguages
 
クラス jp.go.nict.langrid.wrapper.ws_1_2.AbstractService から継承されたメソッド
acquireSemaphore, checkStartupException, convertLanguagePairs, convertLanguages, getCurrentServiceContext, getDoDoubleSearch, getEliminateDuplicates, getInitParameter, getInitParameterBoolean, getInitParameterInt, getInitParameterLong, getInitParameters, getInitParameterString, getInitParameterUsingTransformer, getLastUpdate, getLogListener, getMaxResults, getMaxWaitMillisForExternalProcess, getRequestMimeHeaders, getServiceContext, getWorkDirectory, getWorkFile, log, parseDateMacro, processEnd, processEnd, processLap, processStart, releaseSemaphore, setCurrentServiceContext, setDoubleSearchResults, setEliminateDuplicates, setLogListener, setMaxResults, setMaxThreads, setMaxWaitMillisForExternalProcess, setMaxWaitMillisForThread, setMeasureProcessTime, setProcessTimeWarningThreasholdMillis, setStartupException
 
クラス jp.go.nict.langrid.servicecontainer.service.AbstractService から継承されたメソッド
getComponentServiceFactory, setComponentServiceFactory
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.go.nict.langrid.service_1_2.workflowsupport.GetLongestMatchingTermService から継承されたメソッド
getLastUpdate
 

コンストラクタの詳細

GetLongestMatchingTerm

public GetLongestMatchingTerm()
コンストラクタ。

メソッドの詳細

doGetLongestMatchingTerm

public Collection<TranslationWithPosition> doGetLongestMatchingTerm(Language language,
                                                                    Morpheme[] morphemes,
                                                                    int startIndex,
                                                                    Translation[] translations)
                                                             throws InvalidParameterException,
                                                                    ProcessFailedException
定義:
クラス AbstractGetLongestMatchingTermService 内の doGetLongestMatchingTerm
例外:
InvalidParameterException
ProcessFailedException

doGetLastUpdate

protected Calendar doGetLastUpdate()
                            throws ProcessFailedException
最終更新日付を返す

オーバーライド:
クラス AbstractService 内の doGetLastUpdate
戻り値:
更新日付
例外:
ProcessFailedException