パッケージ 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.
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • 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.