net.trialpc.sticktools.model
インタフェース SentenceModel

すべてのスーパーインタフェース:
LangModel
既知の実装クラスの一覧:
BaseSentence

public interface SentenceModel
extends LangModel

文を示す言語モデルが実装すべきメソッドを定義するインターフェースです。

作成者:
tetsu

メソッドの概要
 java.lang.String getSentenceId()
          文の ID を返します。
 
インタフェース net.trialpc.sticktools.model.LangModel から継承されたメソッド
containsTerm, containsTerms, getVocabulary, isModifiable, numOfTerms, numOfVocabulary, termCount, termFrequency
 

メソッドの詳細

getSentenceId

java.lang.String getSentenceId()
文の ID を返します。

戻り値:
文 ID