|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcommlib.message.RCRSCSMessage
commlib.information.WorldInformation
commlib.information.TransferInformation
public class TransferInformation
This class represent the information of pathway of the rescue angets.
コンストラクタの概要 | |
---|---|
TransferInformation(int time,
rescuecore2.worldmodel.EntityID platoonID,
rescuecore2.worldmodel.EntityID... areas)
Constructor Create the information of the agent's pathway. |
|
TransferInformation(int time,
rescuecore2.worldmodel.EntityID platoonID,
java.util.List<rescuecore2.worldmodel.EntityID> areas)
Constructor Create the information of the agent's pathway. |
|
TransferInformation(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 |
getAgentID()
Return EntityID of the rescue agent. |
rescuecore2.worldmodel.EntityID |
getEntityID()
|
java.util.List<rescuecore2.worldmodel.EntityID> |
getPathway()
Return the rescue agent's pathway |
クラス commlib.message.RCRSCSMessage から継承されたメソッド |
---|
equals, getData, getMessageBitSize, getMessageType, getSendTime, hashCode, isSendable, setData, setData |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TransferInformation(int time, rescuecore2.worldmodel.EntityID platoonID, rescuecore2.worldmodel.EntityID... areas)
time
- step numplatoonID
- EntityID of the rescue agentareas
- areas that the agent passedpublic TransferInformation(int time, rescuecore2.worldmodel.EntityID platoonID, java.util.List<rescuecore2.worldmodel.EntityID> areas)
time
- step numplatoonID
- EntityID of the rescue agentareas
- List of the agent's pathway(List<EntityID)public TransferInformation(java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
bitList
- offset
- bitSizeMap
- メソッドの詳細 |
---|
public rescuecore2.worldmodel.EntityID getAgentID()
public java.util.List<rescuecore2.worldmodel.EntityID> getPathway()
public rescuecore2.worldmodel.EntityID getEntityID()
WorldInformation
内の getEntityID
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |