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

クラス ComingoutContentBuilder


  • public class ComingoutContentBuilder
    extends ContentBuilder
    カミングアウト発話ビルダークラス
    Builder class for the utterance of a CO.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      ComingoutContentBuilder​(Agent subject, Agent target, Role role)
      カミングアウトのためのComingoutContentBuilderを構築する Constructs a ComingoutContentBuilder for a CO.
      ComingoutContentBuilder​(Agent target, Role role)
      カミングアウトのためのComingoutContentBuilderを構築する(主語の指定なし) Constructs a ComingoutContentBuilder for a CO (with no subject specified).
    • メソッドの概要

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

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

      • ComingoutContentBuilder

        public ComingoutContentBuilder​(Agent target,
                                       Role role)
        カミングアウトのためのComingoutContentBuilderを構築する(主語の指定なし)
        Constructs a ComingoutContentBuilder for a CO (with no subject specified).
        パラメータ:
        target -
        被カミングアウトエージェント
        The agent whose role is disclosed.
        role -
        被カミングアウト役職
        The disclosed role.
      • ComingoutContentBuilder

        public ComingoutContentBuilder​(Agent subject,
                                       Agent target,
                                       Role role)
        カミングアウトのためのComingoutContentBuilderを構築する
        Constructs a ComingoutContentBuilder for a CO.
        パラメータ:
        subject -
        カミングアウトをするエージェント
        The agent who discloses.
        target -
        被カミングアウトエージェント
        The agent whose role is disclosed.
        role -
        被カミングアウト役職
        The disclosed role.