|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcommlib.message.RCRSCSMessage
commlib.information.WorldInformation
commlib.information.UnpassableInformation
public class UnpassableInformation
The UnpassableInformation show the information that some area is not available to go to the neighbor area.
コンストラクタの概要 | |
---|---|
UnpassableInformation(int time,
rescuecore2.worldmodel.EntityID platoonID,
rescuecore2.worldmodel.EntityID from,
rescuecore2.worldmodel.EntityID to,
rescuecore2.worldmodel.EntityID blockade)
Constructor Create the unpassable information. |
|
UnpassableInformation(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 |
getBLockadeID()
EntityID of blockade that is a cause of the unppasable situation. |
rescuecore2.worldmodel.EntityID |
getEntityID()
|
rescuecore2.worldmodel.EntityID |
getFromAreaID()
Return EntityID of area that the agent is standing |
rescuecore2.worldmodel.EntityID |
getToAreaID()
EntityID of destination area |
クラス commlib.message.RCRSCSMessage から継承されたメソッド |
---|
equals, getData, getMessageBitSize, getMessageType, getSendTime, hashCode, isSendable, setData, setData |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public UnpassableInformation(int time, rescuecore2.worldmodel.EntityID platoonID, rescuecore2.worldmodel.EntityID from, rescuecore2.worldmodel.EntityID to, rescuecore2.worldmodel.EntityID blockade)
time
- step numplatoonID
- EntityID of the rescue agentfrom
- EntityID of area that the agent is standing.to
- EntityID of destination areablockade
- EntityID of blockade that is a cause of the unppasable
situation.public UnpassableInformation(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 rescuecore2.worldmodel.EntityID getEntityID()
WorldInformation
内の getEntityID
public rescuecore2.worldmodel.EntityID getFromAreaID()
public rescuecore2.worldmodel.EntityID getToAreaID()
public rescuecore2.worldmodel.EntityID getBLockadeID()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |