|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connector
Project: beast File: es.upm.dit.gsi.beast.platform.Connector.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 |
createAgent(String agent_name,
String path)
To create one agent in the platform |
void |
createAgent(String agentName,
String path,
String containerName,
Object[] arguments)
To create one agent in the platform |
Object |
getAgentID(String agent_name)
To get the platform's ID of a created agent |
Object |
getAgentsExternalAccess(String agent_name)
Method to get the external access of an agent, necessary to see its behaviour |
Logger |
getLogger()
|
Object |
getMessageService()
Method that allows us sendind messages |
void |
launchPlatform()
It starts the execution of the platform |
void |
stopPlatform()
It stops the execution of the platform |
Method Detail |
---|
void launchPlatform()
void stopPlatform()
void createAgent(String agent_name, String path)
agent_name
- The name of the agentpath
- where is the agentvoid createAgent(String agentName, String path, String containerName, Object[] arguments)
agentName
- The name of the agentpath
- where is the agentcontainerName
- where the agent will be createdarguments
- for the agentObject getAgentID(String agent_name)
agent_name
- The name of the agent
Object getMessageService()
Object getAgentsExternalAccess(String agent_name)
agent_name
- The name of the agent
Logger getLogger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |