commlib.report
クラス DoneReportMessage

java.lang.Object
  上位を拡張 commlib.message.RCRSCSMessage
      上位を拡張 commlib.report.ReportMessage
          上位を拡張 commlib.report.DoneReportMessage
すべての実装されたインタフェース:
IMessage

public class DoneReportMessage
extends ReportMessage

The DoneReportMessage report that the given instruction is completed.

作成者:
takefumi

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

コンストラクタの詳細

DoneReportMessage

public DoneReportMessage(int time,
                         rescuecore2.worldmodel.EntityID platoonID)

Constructor

Create the message that report the completion of given task.
Included data are follow.

パラメータ:
time - step num
platoonID - EntityID of the rescue agent.

DoneReportMessage

public DoneReportMessage(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.

パラメータ:
bitList -
offset -
bitSizeMap -