Uses of Class
jp.ac.nagoyau.is.ss.kishii.suntori.message.data.DataType

Packages that use DataType
jp.ac.nagoyau.is.ss.kishii.suntori.message   
jp.ac.nagoyau.is.ss.kishii.suntori.message.data   
jp.ac.nagoyau.is.ss.kishii.suntori.message.information   
jp.ac.nagoyau.is.ss.kishii.suntori.message.report   
jp.ac.nagoyau.is.ss.kishii.suntori.message.task   
jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at   
jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb   
jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf   
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message
 

Fields in jp.ac.nagoyau.is.ss.kishii.suntori.message declared as DataType
protected static DataType[] RCRSCSMessage.COMMON_DATA_TYPE
           
 

Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message that return DataType
 DataType[] BaseMessageType.getDataType()
           
protected  DataType[] RCRSCSMessage.getDataTypeArray()
           
 

Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message with parameters of type DataType
protected  RCRSCSData<?> RCRSCSMessage.getData(DataType dType, int index)
          Return data that have specified DataType and index.
This method is only used in the class extending this class.
static int RCRSCSMessageConverter.getDataTypeIndex(java.util.EnumMap<DataType,java.lang.Integer> map, DataType dType, java.lang.Integer i)
          This is private method used on converting.
protected  java.util.List<rescuecore2.worldmodel.EntityID> RCRSCSMessage.getEntityIDList(DataType type, int index)
           
protected  rescuecore2.worldmodel.EntityID RCRSCSMessage.getID(DataType dType, int index)
          Return data(EntityID) that have specified DataType and index.
This method is only used in the class extending this class.
 

Method parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message with type arguments of type DataType
static int RCRSCSMessageConverter.getDataTypeIndex(java.util.EnumMap<DataType,java.lang.Integer> map, DataType dType, java.lang.Integer i)
          This is private method used on converting.
 int RCRSCSMessage.getMessageBitSize(java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
          Return bit num of this message.
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message with type arguments of type DataType
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.
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.data
 

Fields in jp.ac.nagoyau.is.ss.kishii.suntori.message.data declared as DataType
protected  DataType RCRSCSData.type
          type of this data.
 

Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message.data that return DataType
 DataType RCRSCSData.getType()
          Return the DataType of this data.
static DataType DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message.data with parameters of type DataType
static RCRSCSData<?> DataType.createData(DataType type, int value)
          Return RCRSCSData created from type and value.
static EntityIDListData DataType.createIDListData(DataType type)
          Return EntityIDListData created from type.
Here, only ID_LIST and AREA_LIST is accepted.
 

Constructors in jp.ac.nagoyau.is.ss.kishii.suntori.message.data with parameters of type DataType
EntityIDData(DataType type, rescuecore2.worldmodel.EntityID value)
          Constructor
EntityIDListData(DataType type)
          Constructor
In this method, value is empty list.
EntityIDListData(DataType type, java.util.List<rescuecore2.worldmodel.EntityID> value)
          Constructor
ValueData(DataType type)
          Constructor
ValueData(DataType type, java.lang.Integer value)
          Constructor
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.information
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message.information with type arguments of type DataType
AmbulanceTeamInformation(java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
          Constructor
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.
BuildingInformation(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.
FireBrigadeInformation(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.
PoliceForceInformation(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.
PositionInformation(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.
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.
UnpassableInformation(BaseMessageType type, java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
           
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.
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, 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.
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.report
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message.report with type arguments of type DataType
DoneReportMessage(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.
ExceptionReportMessage(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.
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.
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task
 

Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message.task with parameters of type DataType
protected  void TaskMessage.setEntityIDListData(DataType dType, java.util.List<rescuecore2.worldmodel.EntityID> list)
          Deprecated. 
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message.task with type arguments of type DataType
MoveTaskMessage(java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
          Deprecated.  
MoveWithStagingPostTaskMessage(java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
          Deprecated.  
RestAtRefugeTaskMessage(java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
          Deprecated.  
RestTaskMessage(java.util.List<java.lang.Integer> bitList, int offset, java.util.EnumMap<DataType,java.lang.Integer> bitSizeMap)
          Deprecated.  
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.
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at with type arguments of type DataType
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.
RescueAreaTaskMessage(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.
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb with type arguments of type DataType
ExtinguishAreaTaskMessage(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.
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.
 

Uses of DataType in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf
 

Constructor parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf with type arguments of type DataType
ClearRouteTaskMessage(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.
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.