public class RequestContentBuilder extends ContentBuilder
コンストラクタと説明 |
---|
RequestContentBuilder(Agent subject,
Agent target,
Content content)
他エージェントの行動を要求するためのRequestContentBuilderを構築する
Constructs a RequestContentBuilder to request for the other agent's action.
|
RequestContentBuilder(Agent target,
Content content)
他エージェントの行動を要求するためのRequestContentBuilderを構築する
Constructs a RequestContentBuilder to request for the other agent's action.
|
public RequestContentBuilder(Agent target, Content content)
target
- content
- Content
Content
representing the requested action.public RequestContentBuilder(Agent subject, Agent target, Content content)
subject
- target
- content
- Content
Content
representing the requested action.