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

コンストラクタの概要
WorldInformation(BaseMessageType type, int time)
          Constructor
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.
 
メソッドの概要
abstract  rescuecore2.worldmodel.EntityID getEntityID()
           
 
クラス commlib.message.RCRSCSMessage から継承されたメソッド
equals, getData, getMessageBitSize, getMessageType, getSendTime, hashCode, isSendable, setData, setData
 
クラス 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()