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