es.upv.dsic.gti_ia.cAgents
Interface ReceiveStateMethod


public interface ReceiveStateMethod

This interface represents a method of a receive state

Author:
Ricard Lopez Fogues

Method Summary
 String run(CProcessor myProcessor, ACLMessage receivedMessage)
          The method to be executed by the receive state
 

Method Detail

run

String run(CProcessor myProcessor,
           ACLMessage receivedMessage)
The method to be executed by the receive state

Parameters:
myProcessor - The CProcessor of the conversation
Returns:
The name of the next state of the conversation


Copyright © 2012 GTI-IA. All Rights Reserved.