パッケージ org.aiwolf.client.lib

クラス AndContentBuilder

java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.AndContentBuilder

public class AndContentBuilder extends ContentBuilder
AND演算子ビルダークラス
Builder class for AND operator.
作成者:
otsuki
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    AND演算子のためのAndContentBuilderを構築する(主語の指定なし) Constructs a AndContentBuilder for AND operator (with no subject specified).
    AND演算子のためのAndContentBuilderを構築する(主語の指定なし) Constructs a AndContentBuilder for AND operator (with no subject specified).
    AndContentBuilder(Agent subject, List<Content> contents)
    AND演算子のためのAndContentBuilderを構築する Constructs a AndContentBuilder for AND operator.
    AndContentBuilder(Agent subject, Content... contents)
    AND演算子のためのAndContentBuilderを構築する Constructs a AndContentBuilder for AND operator.
  • メソッドの概要

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

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

    • AndContentBuilder

      public AndContentBuilder(Content... contents)
      AND演算子のためのAndContentBuilderを構築する(主語の指定なし)
      Constructs a AndContentBuilder for AND operator (with no subject specified).
      パラメータ:
      contents -
      Contentの並び
      The series of Contents.
    • AndContentBuilder

      public AndContentBuilder(Agent subject, Content... contents)
      AND演算子のためのAndContentBuilderを構築する
      Constructs a AndContentBuilder for AND operator.
      パラメータ:
      subject -
      発話エージェント
      The agent who utters.
      contents -
      Contentの並び
      The series of Contents.
    • AndContentBuilder

      public AndContentBuilder(List<Content> contents)
      AND演算子のためのAndContentBuilderを構築する(主語の指定なし)
      Constructs a AndContentBuilder for AND operator (with no subject specified).
      パラメータ:
      contents -
      Contentのリスト
      The list of Contents.
    • AndContentBuilder

      public AndContentBuilder(Agent subject, List<Content> contents)
      AND演算子のためのAndContentBuilderを構築する
      Constructs a AndContentBuilder for AND operator.
      パラメータ:
      subject -
      発話エージェント
      The agent who utters.
      contents -
      Contentのリスト
      The list of Contents.