|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connector | |
---|---|
es.upm.dit.gsi.beast.platform | |
es.upm.dit.gsi.beast.platform.jade | |
es.upm.dit.gsi.beast.platform.jadex | |
es.upm.dit.gsi.beast.story |
Uses of Connector in es.upm.dit.gsi.beast.platform |
---|
Methods in es.upm.dit.gsi.beast.platform that return Connector | |
---|---|
static Connector |
PlatformSelector.getConnector(String platform,
Logger logger)
|
Methods in es.upm.dit.gsi.beast.platform with parameters of type Connector | |
---|---|
Object[] |
AgentIntrospector.getAgentGoals(String agent_name,
Connector connector)
|
Object[] |
AgentIntrospector.getAgentPlans(String agent_name,
Connector connector)
|
Object |
AgentIntrospector.getBeliefValue(String agent_name,
String belief_name,
Connector connector)
|
void |
Messenger.sendMessageToAgents(String[] agent_name,
String msgtype,
Object message_content,
Connector connector)
Method to send one message to many agents |
void |
Messenger.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 |
void |
AgentIntrospector.setBeliefValue(String agent_name,
String belief_name,
Object new_value,
Connector connector)
|
Uses of Connector in es.upm.dit.gsi.beast.platform.jade |
---|
Classes in es.upm.dit.gsi.beast.platform.jade that implement Connector | |
---|---|
class |
JadeConnector
Project: beast File: es.upm.dit.gsi.beast.platform.jade.JadeConnector.java Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas Telemáticos Universidad Politécnica de Madrid (UPM) |
Methods in es.upm.dit.gsi.beast.platform.jade with parameters of type Connector | |
---|---|
Object[] |
JadeAgentIntrospector.getAgentGoals(String agent_name,
Connector connector)
Non-supported in JadeAgentIntrospector |
Object[] |
JadeAgentIntrospector.getAgentPlans(String agent_name,
Connector connector)
Non-supported in JadeAgentIntrospector |
Object |
JadeAgentIntrospector.getBeliefValue(String agent_name,
String belief_name,
Connector connector)
|
void |
JadeMessenger.sendMessageToAgents(String[] agent_name,
String msgtype,
Object message_content,
Connector connector)
|
void |
JadeMessenger.sendMessageToAgentsWithExtraProperties(String[] agent_name,
String msgtype,
Object message_content,
ArrayList<Object> properties,
Connector connector)
|
void |
JadeAgentIntrospector.setBeliefValue(String agent_name,
String belief_name,
Object new_value,
Connector connector)
|
Uses of Connector in es.upm.dit.gsi.beast.platform.jadex |
---|
Classes in es.upm.dit.gsi.beast.platform.jadex that implement Connector | |
---|---|
class |
JadexConnector
Project: beast File: es.upm.dit.gsi.beast.platform.jadex.JadexConnector.java To create our jadex Platform and create its agents, allowing the communication among them Grupo de Sistemas Inteligentes Departamento de Ingeniería de Sistemas Telemáticos Universidad Politécnica de Madrid (UPM) |
Methods in es.upm.dit.gsi.beast.platform.jadex with parameters of type Connector | |
---|---|
jadex.bdi.runtime.IGoal[] |
JadexAgentIntrospector.getAgentGoals(String agent_name,
Connector connector)
This method prints goal information of an agent through its external access. |
jadex.bdi.runtime.IPlan[] |
JadexAgentIntrospector.getAgentPlans(String agent_name,
Connector connector)
This method prints plan information of an agent through its external access. |
Object |
JadexAgentIntrospector.getBeliefValue(String agent_name,
String belief_name,
Connector connector)
This method takes the value of an agent's belief through its external access |
void |
JadexMessenger.sendMessageToAgents(String[] agent_name,
String msgtype,
Object message_content,
Connector connector)
This method sends the same message to many agents. |
void |
JadexMessenger.sendMessageToAgentsWithExtraProperties(String[] agent_name,
String msgtype,
Object message_content,
ArrayList<Object> properties,
Connector connector)
This method works as the one above, adding some properties to the message |
void |
JadexAgentIntrospector.setBeliefValue(String agent_name,
String belief_name,
Object new_value,
Connector connector)
This method changes the value of an agent's belief through its external access |
Uses of Connector in es.upm.dit.gsi.beast.story |
---|
Methods in es.upm.dit.gsi.beast.story that return Connector | |
---|---|
Connector |
BeastTestCase.getConnector()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |