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

Packages that use RCRSCSMessage
jp.ac.nagoyau.is.ss.kishii.suntori.message   
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 RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message
 

Methods in jp.ac.nagoyau.is.ss.kishii.suntori.message that return types with arguments of type RCRSCSMessage
 java.util.List<RCRSCSMessage> RCRSCSMessageConverter.bytesToMessageList(byte[] bytes)
          Convert received bytes to message list.
In case failure happen halfway through converting, return list of message converted by then.
 

Method parameters in jp.ac.nagoyau.is.ss.kishii.suntori.message with type arguments of type RCRSCSMessage
 byte[] RCRSCSMessageConverter.messageToBytes(java.util.List<RCRSCSMessage> messages)
          Convert messages to bytes
The messages that failed to cenvert are not contained.
 

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

Subclasses of RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.information
 class AmbulanceTeamInformation
          This class represent the information of Ambulance Team.
 class BlockadeInformation
          The BlockadeInformation represent the Information of Blockade.
 class BuildingInformation
          The BuildingInformation show the building information.
 class FireBrigadeInformation
          This class show the Fire Brigade information.
 class PoliceForceInformation
          The class represent the police force information
 class PositionInformation
          The class represent the location information of rescue agent.
 class TransferInformation
          This class represent the information of pathway of the rescue angets.
 class UnpassableInformation
          The UnpassableInformation show the information that some area is not available to go to the neighbor area.
 class VictimInformation
          The class show the information of victim.
 class WorldInformation
          The abstract class represent the information that can obtain from the disaster space.
 

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

Subclasses of RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.report
 class DoneReportMessage
          The DoneReportMessage report that the given instruction is completed.
 class ExceptionReportMessage
          This class is the Message Class that report the given task is not able to complete at the moment.
 class ReportMessage
          The abstract class show the report message.
 

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

Subclasses of RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task
 class MoveTaskMessage
          Deprecated. 
 class MoveWithStagingPostTaskMessage
          Deprecated. 
 class RestAtRefugeTaskMessage
          Deprecated. 
 class RestTaskMessage
          Deprecated. 
 class TaskMessage
          The TaskMessage is the message class express the task.
 

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

Subclasses of RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at
 class AmbulanceTeamTaskMessage
          The class represent the Task for ambulance team agent.
 class RescueAreaTaskMessage
          The RescueAreaTaskMessage show the message that command to rescue.
This class inform some areas (set of area) and order to search and rescue victim in this area.
 

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

Subclasses of RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb
 class ExtinguishAreaTaskMessage
          The ExtinguishAreaTaskMessage represent the message that command to extinguish.
This class inform some areas (set of area) to FB and order to search and fight fires in this area.
 class FireBrigadeTaskMessage
          The class represent the Task for Fire Brigade agent.
 

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

Subclasses of RCRSCSMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf
 class ClearRouteTaskMessage
          The ClearRouteTaskMessage represent the message that command to clear roads.
This class instruct PF to secure a route from area A to area B.
 class PoliceForceTaskMessage
          The class represent the Task for Police Force agent.