クラス
commlib.message.BaseMessageType の使用

BaseMessageType を使用しているパッケージ
commlib.information   
commlib.message   
commlib.report   
commlib.task   
commlib.task.at   
commlib.task.fb   
commlib.task.pf   
 

commlib.information での BaseMessageType の使用
 

BaseMessageType 型のパラメータを持つ commlib.information のコンストラクタ
BlockadeInformation(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.
VictimInformation(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.
WorldInformation(BaseMessageType type, int time)
          Constructor
WorldInformation(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.
 

commlib.message での BaseMessageType の使用
 

BaseMessageType を返す commlib.message のメソッド
 BaseMessageType RCRSCSMessage.getMessageType()
          Return type of this message.
static BaseMessageType BaseMessageType.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static BaseMessageType[] BaseMessageType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

BaseMessageType 型のパラメータを持つ commlib.message のコンストラクタ
RCRSCSMessage(BaseMessageType type, int time)
          Constructor
RCRSCSMessage(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.
RCRSCSMessage(java.util.List<RCRSCSData<?>> data, BaseMessageType type)
          Constructor
 

commlib.report での BaseMessageType の使用
 

BaseMessageType 型のパラメータを持つ commlib.report のコンストラクタ
ReportMessage(BaseMessageType type, int time, rescuecore2.worldmodel.EntityID platoonID)
           
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.
 

commlib.task での BaseMessageType の使用
 

BaseMessageType 型のパラメータを持つ commlib.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.
 

commlib.task.at での BaseMessageType の使用
 

BaseMessageType 型のパラメータを持つ commlib.task.at のコンストラクタ
AmbulanceTeamTaskMessage(BaseMessageType type, int time, rescuecore2.worldmodel.EntityID ownerID, rescuecore2.worldmodel.EntityID atID)
          Constructor Create the message to give instructions to AT.
AmbulanceTeamTaskMessage(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.
 

commlib.task.fb での BaseMessageType の使用
 

BaseMessageType 型のパラメータを持つ commlib.task.fb のコンストラクタ
FireBrigadeTaskMessage(BaseMessageType type, int time, rescuecore2.worldmodel.EntityID ownerID, rescuecore2.worldmodel.EntityID fbID)
          Constructor Create the message to give instructions to FB.
FireBrigadeTaskMessage(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.
 

commlib.task.pf での BaseMessageType の使用
 

BaseMessageType 型のパラメータを持つ commlib.task.pf のコンストラクタ
PoliceForceTaskMessage(BaseMessageType type, int time, rescuecore2.worldmodel.EntityID ownerID, rescuecore2.worldmodel.EntityID pfID)
          Constructor Create the message to give instructions to PF.
PoliceForceTaskMessage(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.