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

クラス GuardCandidateContentBuilder


  • public class GuardCandidateContentBuilder
    extends ContentBuilder
    護衛発話ビルダークラス
    Builder class for the utterance of a guard.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      GuardCandidateContentBuilder​(Agent target)
      護衛行為について発話するためのGuardCandidateContentBuilderを構築する(主語の指定なし) Constructs a GuardCandidateContentBuilder to utter a guard (with no subject specified).
      GuardCandidateContentBuilder​(Agent subject, Agent target)
      護衛行為について発話するためのGuardCandidateContentBuilderを構築する Constructs a GuardCandidateContentBuilder to utter a guard.
    • メソッドの概要

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

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

      • GuardCandidateContentBuilder

        public GuardCandidateContentBuilder​(Agent target)
        護衛行為について発話するためのGuardCandidateContentBuilderを構築する(主語の指定なし)
        Constructs a GuardCandidateContentBuilder to utter a guard (with no subject specified).
        パラメータ:
        target -
        被護衛エージェント
        The agent to be guarded.
      • GuardCandidateContentBuilder

        public GuardCandidateContentBuilder​(Agent subject,
                                            Agent target)
        護衛行為について発話するためのGuardCandidateContentBuilderを構築する
        Constructs a GuardCandidateContentBuilder to utter a guard.
        パラメータ:
        subject -
        護衛をするエージェント
        The agent who guards.
        target -
        被護衛エージェント
        The agent to be guarded.