|
|||||||||||
前 次 | フレームあり フレームなし |
InformationType を使用しているパッケージ | |
org.boxed_economy.besp.model | |
org.boxed_economy.besp.model.fmfw |
org.boxed_economy.besp.model での InformationType の使用 |
InformationType を返す org.boxed_economy.besp.model のメソッド | |
InformationType |
ModelContainer.getInformationType(java.lang.String key)
キーに該当するInformationTypeを取得します。 |
InformationType |
ModelContainer.installInformationType(java.lang.String name)
InformationTypeを生成して返します。 |
org.boxed_economy.besp.model.fmfw での InformationType の使用 |
InformationType として宣言されている org.boxed_economy.besp.model.fmfw のフィールド | |
static InformationType |
InformationType.NULL
|
InformationType を返す org.boxed_economy.besp.model.fmfw のメソッド | |
InformationType |
World.getInformationType(java.lang.String key)
キーに該当するInformationTypeを取得します。 |
InformationType |
World.getInformationType(Information information)
Informationに該当するInformationTypeを取得します。 |
InformationType |
World.installInformationType(java.lang.String name)
InformationTypeを生成して返します。 |
InformationType |
TypeManager.getInformationType(java.lang.String key)
キーに該当するInformationTypeを取得します。 |
InformationType |
TypeManager.installInformationType(java.lang.String name)
InformationTypeを作成して返します。 |
InformationType 型のパラメータを持つ org.boxed_economy.besp.model.fmfw のメソッド | |
void |
Goods.setAttachment(InformationType key,
Information attachment)
Sets the attachment. |
void |
Behavior.sendInformation(InformationType key,
Information information)
タイプを指定して,情報を送信します。 |
int |
Behavior.sendInformation(RelationType relationType,
BehaviorType behaviorType,
InformationType key,
Information information,
boolean keep)
タイプを指定して,情報を送信します。 |
boolean |
Behavior.receivedInformationEquals(InformationType type)
受け取った財に付随する情報が引数で与えられたInformationTypeと同じかどうか調べる。 |
|
|||||||||||
前 次 | フレームあり フレームなし |