commlib.report
クラス ReportMessage

java.lang.Object
  上位を拡張 commlib.message.RCRSCSMessage
      上位を拡張 commlib.report.ReportMessage
すべての実装されたインタフェース:
IMessage
直系の既知のサブクラス:
DoneReportMessage, ExceptionReportMessage

public abstract class ReportMessage
extends RCRSCSMessage

The abstract class show the report message.

作成者:
takefumi

コンストラクタの概要
ReportMessage(BaseMessageType type, int time, rescuecore2.worldmodel.EntityID platoonID)
           
ReportMessage(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.
 
メソッドの概要
 rescuecore2.worldmodel.EntityID getAssignedAgentID()
          Return EntityID of the rescue agent that send this message.
 
クラス commlib.message.RCRSCSMessage から継承されたメソッド
equals, getData, getMessageBitSize, getMessageType, getSendTime, hashCode, isSendable, setData, setData
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ReportMessage

public ReportMessage(BaseMessageType type,
                     int time,
                     rescuecore2.worldmodel.EntityID platoonID)

ReportMessage

public ReportMessage(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 -
メソッドの詳細

getAssignedAgentID

public rescuecore2.worldmodel.EntityID getAssignedAgentID()
Return EntityID of the rescue agent that send this message.

戻り値:
EntityID of the rescue agent.