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

クラス OrContentBuilder

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

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

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

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

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

    • OrContentBuilder

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

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

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

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