クラス | 説明 |
---|---|
AgreeContentBuilder |
同意発話ビルダークラス
Builder class for the utterance of an agreement.
|
AndContentBuilder |
AND演算子ビルダークラス
Builder class for AND operator.
|
AttackContentBuilder |
襲撃発話ビルダークラス
Builder class for the utterance of an attack.
|
AttackedContentBuilder |
襲撃報告ビルダークラス
Builder class for the report of an attack.
|
BecauseContentBuilder |
理由発話ビルダークラス
Builder class for the utterance of a reason.
|
ComingoutContentBuilder |
カミングアウト発話ビルダークラス
Builder class for the utterance of a CO.
|
Content |
発話内容クラス。
|
ContentBuilder |
発話内容ビルダー抽象クラス
Abstract builder class for the content of a utterance.
|
DayContentBuilder |
日付付加ビルダークラス
Builder class to give date information to the content.
|
DisagreeContentBuilder |
不同意発話ビルダークラス
Builder class for the utterance of a disagreement.
|
DivinationContentBuilder |
占い発話ビルダークラス
Builder class for the utterance of a divination.
|
DivinedResultContentBuilder |
占い結果報告ビルダークラス
Builder class for the report of a divination.
|
EstimateContentBuilder |
推測発話ビルダークラス
Builder class for the utterance of a estimation.
|
GuardCandidateContentBuilder |
護衛発話ビルダークラス
Builder class for the utterance of a guard.
|
GuardedAgentContentBuilder |
護衛報告発話ビルダークラス
Builder class for the report of a guard.
|
IdentContentBuilder |
霊媒結果発話ビルダークラス
Builder class for the report of an identification.
|
InquiryContentBuilder |
照会発話ビルダークラス
Builder class for the utterance of an inquiry.
|
NotContentBuilder |
NOT演算子ビルダークラス
Builder class for NOT operator.
|
OrContentBuilder |
OR演算子ビルダークラス
Builder class for OR operator.
|
OverContentBuilder |
OVERビルダークラス
Builder class for OVER.
|
RequestContentBuilder |
要求発話ビルダークラス
Builder class for the utterance of a request.
|
SkipContentBuilder |
SKIPビルダークラス
Builder class for SKIP.
|
VoteContentBuilder |
投票発話ビルダークラス
Builder class for the utterance of a vote.
|
VotedContentBuilder |
投票報告ビルダークラス
Builder class for the report of a vote.
|
XorContentBuilder |
XOR演算子ビルダークラス
Builder class for XOR operator.
|
列挙 | 説明 |
---|---|
Operator |
Content の演算子の列挙型
Enum type of operators of
Content s. |
TalkType | |
Topic |
文のトピックを表す列挙型
Enum type representing the topic of the sentence.
|
例外 | 説明 |
---|---|
IllegalContentStringException |
Thrown to indicate that the constructor of Content class has been passed an illegal string.
|