パッケージ 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

      public VotedContentBuilder(Agent target)
      投票報告のためのVotedContentBuilderを構築する(主語の指定なし)
      Constructs a VotedContentBuilder for the report of a vote (with no subject specified).
      パラメータ:
      target -
      被投票エージェント
      The voted agent.
    • VotedContentBuilder

      public VotedContentBuilder(Agent subject, Agent target)
      投票報告のためのVotedContentBuilderを構築する
      Constructs a VotedContentBuilder for the report of a vote.
      パラメータ:
      subject -
      投票をしたエージェント
      The agent who voted.
      target -
      被投票エージェント
      The voted agent.