commlib.report
クラス ExceptionReportMessage
java.lang.Object
commlib.message.RCRSCSMessage
commlib.report.ReportMessage
commlib.report.ExceptionReportMessage
- すべての実装されたインタフェース:
- IMessage
public class ExceptionReportMessage
- extends ReportMessage
This class is the Message Class that report the given task is not able to
complete at the moment.
- 作成者:
- takefumi
コンストラクタの概要 |
ExceptionReportMessage(int time,
rescuecore2.worldmodel.EntityID platoonID)
Constructor Create the message that report the given task is
uncompletable. |
ExceptionReportMessage(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 |
ExceptionReportMessage
public ExceptionReportMessage(int time,
rescuecore2.worldmodel.EntityID platoonID)
Constructor
Create the message that report the given task is
uncompletable.
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.
ExceptionReportMessage
public ExceptionReportMessage(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
-