パッケージ 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
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 AndContentBuilder(java.util.List<Content> contents)
AND演算子のためのAndContentBuilderを構築する(主語の指定なし) Constructs a AndContentBuilder for AND operator (with no subject specified).AndContentBuilder(Content... contents)
AND演算子のためのAndContentBuilderを構築する(主語の指定なし) Constructs a AndContentBuilder for AND operator (with no subject specified).AndContentBuilder(Agent subject, java.util.List<Content> contents)
AND演算子のためのAndContentBuilderを構築する Constructs a AndContentBuilder for AND operator.AndContentBuilder(Agent subject, Content... contents)
AND演算子のためのAndContentBuilderを構築する Constructs a AndContentBuilder for AND operator.
-
-
-
コンストラクタの詳細
-
AndContentBuilder
public AndContentBuilder(Content... contents)
AND演算子のためのAndContentBuilderを構築する(主語の指定なし)Constructs a AndContentBuilder for AND operator (with no subject specified).- パラメータ:
contents
-Content
の並びThe series ofContent
s.
-
AndContentBuilder
public AndContentBuilder(Agent subject, Content... contents)
AND演算子のためのAndContentBuilderを構築するConstructs a AndContentBuilder for AND operator.- パラメータ:
subject
-発話エージェントThe agent who utters.contents
-Content
の並びThe series ofContent
s.
-
AndContentBuilder
public AndContentBuilder(java.util.List<Content> contents)
AND演算子のためのAndContentBuilderを構築する(主語の指定なし)Constructs a AndContentBuilder for AND operator (with no subject specified).- パラメータ:
contents
-Content
のリストThe list ofContent
s.
-
-