パッケージ org.aiwolf.client.lib
クラス VotedContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.VotedContentBuilder
-
public class VotedContentBuilder extends ContentBuilder
投票報告ビルダークラス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
public VotedContentBuilder(Agent target)
投票報告のためのVotedContentBuilderを構築する(主語の指定なし)Constructs a VotedContentBuilder for the report of a vote (with no subject specified).- パラメータ:
target
-被投票エージェントThe voted agent.
-
-