public class GUIAgentProtocol extends Object implements AgentProtocols
| Constructor and Description |
|---|
GUIAgentProtocol() |
| Modifier and Type | Method and Description |
|---|---|
AgentExternalDescription[] |
getInteractionActors(String interaction,
String orgid,
String groupid,
YellowPages yp) |
AgentExternalDescription[] |
getInteractionActors(String interaction,
String orgid,
YellowPages yp) |
AgentExternalDescription[] |
getInteractionActors(String interaction,
YellowPages yp) |
ActiveConversation |
initialiseProtocols(String agentName,
RuntimeConversation conv,
MentalStateReader msr,
MentalStateUpdater msu,
LocksRemover lr,
AgentExternalDescription[] actors) |
boolean |
verifyActors(String protocol,
AgentExternalDescription[] actors) |
public ActiveConversation initialiseProtocols(String agentName, RuntimeConversation conv, MentalStateReader msr, MentalStateUpdater msu, LocksRemover lr, AgentExternalDescription[] actors) throws NoAgentsFound, WrongInteraction
initialiseProtocols in interface AgentProtocolsNoAgentsFoundWrongInteractionpublic AgentExternalDescription[] getInteractionActors(String interaction, String orgid, YellowPages yp) throws NoAgentsFound
getInteractionActors in interface AgentProtocolsNoAgentsFoundpublic AgentExternalDescription[] getInteractionActors(String interaction, String orgid, String groupid, YellowPages yp) throws NoAgentsFound
getInteractionActors in interface AgentProtocolsNoAgentsFoundpublic AgentExternalDescription[] getInteractionActors(String interaction, YellowPages yp) throws NoAgentsFound
getInteractionActors in interface AgentProtocolsNoAgentsFoundpublic boolean verifyActors(String protocol, AgentExternalDescription[] actors)
verifyActors in interface AgentProtocolsCopyright © 2013. All Rights Reserved.