|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcommlib.message.RCRSCSMessage
commlib.task.TaskMessage
public abstract class TaskMessage
The TaskMessage is the message class express the task.
コンストラクタの概要 | |
---|---|
TaskMessage(BaseMessageType type,
int time,
rescuecore2.worldmodel.EntityID ownerID)
ConstructorCreate the task. |
|
TaskMessage(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. |
メソッドの概要 | |
---|---|
rescuecore2.worldmodel.EntityID |
getAssignedAgentID()
Return EntityID of rescue agent that have to execute this task. |
rescuecore2.worldmodel.EntityID |
getMessageOwnerID()
Return EntityID of the agent that sent this message. |
クラス commlib.message.RCRSCSMessage から継承されたメソッド |
---|
equals, getData, getMessageBitSize, getMessageType, getSendTime, hashCode, isSendable, setData, setData |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TaskMessage(BaseMessageType type, int time, rescuecore2.worldmodel.EntityID ownerID)
type
- time
- ownerID
- public TaskMessage(BaseMessageType type, java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
type
- bitList
- offset
- bitSizeMap
- メソッドの詳細 |
---|
public rescuecore2.worldmodel.EntityID getAssignedAgentID()
ITaskMessage
内の getAssignedAgentID
public rescuecore2.worldmodel.EntityID getMessageOwnerID()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |