Uses of Class
edu.ksu.cis.cooprobot.simulator.communication.RobotCommRecord

Uses of RobotCommRecord in edu.ksu.cis.cooprobot.simulator.communication
 

Methods in edu.ksu.cis.cooprobot.simulator.communication that return RobotCommRecord
 RobotCommRecord CommunicationsSystem.getRobotCommRecord(String name)
          Get RobotCommRecord with identified name
 

Methods in edu.ksu.cis.cooprobot.simulator.communication with parameters of type RobotCommRecord
private  void CommunicationsSystem.distributeMessages(RobotCommRecord senderRecord, Message msg, long timeStep)
          This method is used for distributing broadcast message.