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

クラス OrContentBuilder


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

      コンストラクタ 
      コンストラクタ 説明
      OrContentBuilder​(java.util.List<Content> contents)
      OR演算子のためのOrContentBuilderを構築する(主語の指定なし) Constructs a OrContentBuilder for OR operator (with no subject specified).
      OrContentBuilder​(Content... contents)
      OR演算子のためのOrContentBuilderを構築する(主語の指定なし) Constructs a OrContentBuilder for OR operator (with no subject specified).
      OrContentBuilder​(Agent subject, java.util.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​(java.util.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,
                                java.util.List<Content> contents)
        OR演算子のためのOrContentBuilderを構築する
        Constructs a OrContentBuilder for OR operator.
        パラメータ:
        subject -
        発話エージェント
        The agent who utters.
        contents -
        Contentのリスト
        The list of Contents.