パッケージ 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.
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • 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.