パッケージ org.aiwolf.client.lib
クラス VoteContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.VoteContentBuilder
投票発話ビルダークラス
Builder class for the utterance of a vote.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明VoteContentBuilder
(Agent target) 投票発話のためのVoteContentBuilderを構築する(主語の指定なし) Constructs a VoteContentBuilder for the utterance of a vote (with no subject specified).VoteContentBuilder
(Agent subject, Agent target) 投票発話のためのVoteContentBuilderを構築する Constructs a VoteContentBuilder for the utterance of a vote. -
メソッドの概要
-
コンストラクタの詳細
-
VoteContentBuilder
投票発話のためのVoteContentBuilderを構築する(主語の指定なし)Constructs a VoteContentBuilder for the utterance of a vote (with no subject specified).- パラメータ:
target
-被投票エージェントThe voted agent.
-
VoteContentBuilder
投票発話のためのVoteContentBuilderを構築するConstructs a VoteContentBuilder for the utterance of a vote.- パラメータ:
subject
-投票をするエージェントThe agent who votes.target
-被投票エージェントThe voted agent.
-