|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Messenger
Project: beast File: es.upm.dit.gsi.beast.platform.Messenger.java Abstract Class that defines method Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas Telemáticos Universidad Politécnica de Madrid (UPM)
Method Summary | |
---|---|
void |
sendMessageToAgents(String[] agent_name,
String msgtype,
Object message_content,
Connector connector)
Method to send one message to many agents |
void |
sendMessageToAgentsWithExtraProperties(String[] agent_name,
String msgtype,
Object message_content,
ArrayList<Object> properties,
Connector connector)
Method to send one message with extra properties to many agents |
Method Detail |
---|
void sendMessageToAgents(String[] agent_name, String msgtype, Object message_content, Connector connector)
agent_name
- The Array with the Receivers namemsgtype
- SFipa.Inform or SFipa.Requestmessage_content
- The content of the messageconnector
- The connector to the platformvoid sendMessageToAgentsWithExtraProperties(String[] agent_name, String msgtype, Object message_content, ArrayList<Object> properties, Connector connector)
agent_name
- The Array with the Receivers namemsgtype
- SFipa.Inform or SFipa.Requestmessage_content
- The content of the messageproperties
- The properties to add to the messageconnector
- The connector to the platform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |