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

クラス DivinationContentBuilder


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

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

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

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

      • DivinationContentBuilder

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

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