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

クラス AttackContentBuilder


  • public class AttackContentBuilder
    extends ContentBuilder
    襲撃発話ビルダークラス
    Builder class for the utterance of an attack.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      AttackContentBuilder​(Agent target)
      襲撃発話のためのAttackContentBuilderを構築する(主語の指定なし) Constructs an AttackContentBuilder for the utterance of an attack (with no subject specified).
      AttackContentBuilder​(Agent subject, Agent target)
      襲撃発話のためのAttackContentBuilderを構築する Constructs an AttackContentBuilder for the utterance of an attack.
    • メソッドの概要

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

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

      • AttackContentBuilder

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

        public AttackContentBuilder​(Agent subject,
                                    Agent target)
        襲撃発話のためのAttackContentBuilderを構築する
        Constructs an AttackContentBuilder for the utterance of an attack.
        パラメータ:
        subject -
        襲撃をするエージェント
        The agent who attacks.
        target -
        被襲撃エージェント
        The attacked agent.