パッケージ org.aiwolf.client.lib
クラス DayContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.DayContentBuilder
日付付加ビルダークラス
Builder class to give date information to the content.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明DayContentBuilder
(int day, Content content) 発話内容に日付情報を与えるためのDayContentBuilderを構築する(主語の指定なし) Constructs a DayContentBuilder to give date information to the content (with no subject specified).DayContentBuilder
(Agent subject, int day, Content content) 発話内容に日付情報を与えるためのDayContentBuilderを構築する Constructs a DayContentBuilder to give date information to the content. -
メソッドの概要
-
コンストラクタの詳細
-
DayContentBuilder
発話内容に日付情報を与えるためのDayContentBuilderを構築する(主語の指定なし)Constructs a DayContentBuilder to give date information to the content (with no subject specified).- パラメータ:
day
-日付The date.content
-日付情報を与えられるContent
Content
given the date information.
-
DayContentBuilder
発話内容に日付情報を与えるためのDayContentBuilderを構築するConstructs a DayContentBuilder to give date information to the content.- パラメータ:
subject
-発話エージェントThe agent who utters.day
-日付The date.content
-日付情報を与えられるContent
Content
given the date information.
-