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
メソッドの概要 |
rescuecore2.worldmodel.EntityID |
getAssignedAgentID()
Return EntityID of the rescue agent that send this message. |
クラス 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.