commlib.information
クラス WorldInformation
java.lang.Object
commlib.message.RCRSCSMessage
commlib.information.WorldInformation
- すべての実装されたインタフェース:
- IMessage
- 直系の既知のサブクラス:
- AmbulanceTeamInformation, BlockadeInformation, BuildingInformation, FireBrigadeInformation, PoliceForceInformation, PositionInformation, TransferInformation, UnpassableInformation, VictimInformation
public abstract class WorldInformation
- extends RCRSCSMessage
The abstract class represent the information that can obtain from the
disaster space.
- 作成者:
- takefumi
メソッドの概要 |
abstract rescuecore2.worldmodel.EntityID |
getEntityID()
|
クラス java.lang.Object から継承されたメソッド |
getClass, notify, notifyAll, toString, wait, wait, wait |
WorldInformation
public WorldInformation(BaseMessageType type,
int time)
Constructor
- パラメータ:
type
- time
-
WorldInformation
public WorldInformation(BaseMessageType type,
java.util.List<java.lang.Integer> bitList,
int offset,
java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
- The method that the library use to convert the message.
- パラメータ:
type
- bitList
- offset
- bitSizeMap
-
getEntityID
public abstract rescuecore2.worldmodel.EntityID getEntityID()