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. |
クラス 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:the time that the message is created.(int)
- platoonID:EntityID of the rescue agent
- パラメータ:
time
- step numplatoonID
- 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
-