Class AcousticInfo

java.lang.Object
  |
  +--AcousticInfo

public class AcousticInfo
extends java.lang.Object

The class AcousticInfo defines a new data type for saving the information about the acoustic messages (currently not used)


Method Summary
 double direction()
          The direction to the sender of the message
 java.lang.String message()
          The received message
 java.lang.String sender()
          The sender of the message
 int time()
          The current cycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sender

public java.lang.String sender()
The sender of the message
Returns:
sender

time

public int time()
The current cycle
Returns:
time

direction

public double direction()
The direction to the sender of the message

message

public java.lang.String message()
The received message