unsw.cse.mica.sync
Interface SynchronizedAgentActions.WriteReply

Enclosing interface:
SynchronizedAgentActions

public static interface SynchronizedAgentActions.WriteReply


Method Summary
 java.lang.String getName()
          The name that was given by the blackboard to the outgoing mob
 Mob getReply()
          The recieved reply mob (i.e.
 

Method Detail

getName

java.lang.String getName()
The name that was given by the blackboard to the outgoing mob

Returns:
the name of the sent mob

getReply

Mob getReply()
The recieved reply mob (i.e. the reply)

Returns:
the replying mob