パッケージ org.aiwolf.client.lib
クラス DayContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.DayContentBuilder
-
public class DayContentBuilder extends ContentBuilder
日付付加ビルダークラス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
public DayContentBuilder(int day, Content content)
発話内容に日付情報を与えるための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
public DayContentBuilder(Agent subject, int day, Content content)
発話内容に日付情報を与えるための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.
-
-