public class AndContentBuilder extends ContentBuilder
コンストラクタと説明 |
---|
AndContentBuilder(Agent subject,
Content... contents)
AND演算子のためのAndContentBuilderを構築する
Constructs a AndContentBuilder for AND operator.
|
AndContentBuilder(Agent subject,
java.util.List<Content> contents)
AND演算子のためのAndContentBuilderを構築する
Constructs a AndContentBuilder for AND operator.
|
AndContentBuilder(Content... contents)
AND演算子のためのAndContentBuilderを構築する
Constructs a AndContentBuilder for AND operator.
|
AndContentBuilder(java.util.List<Content> contents)
AND演算子のためのAndContentBuilderを構築する
Constructs a AndContentBuilder for AND operator.
|
public AndContentBuilder(Content... contents)
contents
- Content
の並びContent
s.public AndContentBuilder(Agent subject, Content... contents)
subject
- contents
- Content
の並びContent
s.public AndContentBuilder(java.util.List<Content> contents)
contents
- Content
のリストContent
s.