Uses of Interface
jp.ac.nagoyau.is.ss.kishii.suntori.message.IMessage

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

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message that implement IMessage
 class RCRSCSMessage
          This class represent the transmitted message.
 

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

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message.information that implement IMessage
 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 IMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.report
 

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message.report that implement IMessage
 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 IMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task
 

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message.task that implement IMessage
 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 IMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at
 

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.at that implement IMessage
 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 IMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb
 

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.fb that implement IMessage
 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 IMessage in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf
 

Classes in jp.ac.nagoyau.is.ss.kishii.suntori.message.task.pf that implement IMessage
 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.