パッケージ org.aiwolf.client.lib

クラス VoteContentBuilder


  • public class VoteContentBuilder
    extends ContentBuilder
    投票発話ビルダークラス
    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.
    • メソッドの概要

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

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

      • VoteContentBuilder

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

        public VoteContentBuilder​(Agent subject,
                                  Agent target)
        投票発話のためのVoteContentBuilderを構築する
        Constructs a VoteContentBuilder for the utterance of a vote.
        パラメータ:
        subject -
        投票をするエージェント
        The agent who votes.
        target -
        被投票エージェント
        The voted agent.