| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgentProfile | |
fipaos.agent | |
fipaos.agent.profile | |
fipaos.platform | |
fipaos.test.agent | |
fipaos.tool.configurator | |
fipaos.tool.wizard | |
fipaos.tool.wizard.panels |
Uses of AgentProfile in fipaos.agent |
Constructors in fipaos.agent with parameters of type AgentProfile | |
FIPAOSAgent.FIPAOSAgent(PlatformProfile platform_profile, AgentProfile agent_profile, String agent_name, String ownership, boolean using_task_manager, FIPAOSAgentComponentFactory factory) Constructor method to initialise an Agent. | |
FIPAOSAgent.FIPAOSAgent(PlatformProfile platform_profile, AgentProfile agent_profile, String agent_name, String ownership, boolean using_task_manager) Constructor method to initialise an Agent. |
Methods in fipaos.agent that return AgentProfile | |
AgentProfile | FIPAOSAgent.getProfile() Gets the profile for this Agent |
Methods in fipaos.agent with parameters of type AgentProfile | |
MTS | FIPAOSAgentComponentFactory.getMTS(PlatformProfile p, AgentProfile ap, AgentID aid) Generates a MTS implementation |
MTS | StandardFIPAOSAgentComponentFactory.getMTS(PlatformProfile p, AgentProfile ap, AgentID aid) Generates a MTS implementation |
Uses of AgentProfile in fipaos.agent.profile |
Classes in fipaos.agent.profile that implement AgentProfile | |
class | AgentProfileImpl |
Uses of AgentProfile in fipaos.platform |
Constructors in fipaos.platform with parameters of type AgentProfile | |
AgentManagementSystem.AgentManagementSystem(PlatformProfile platform_profile, AgentProfile agent_profile, String name, String owner) Creates a new AMS. |
Uses of AgentProfile in fipaos.test.agent |
Methods in fipaos.test.agent that return AgentProfile | |
static AgentProfile | AgentTestFramework.getAgentProfile() Returns a bog-standard AgentProfile |
Uses of AgentProfile in fipaos.tool.configurator |
Constructors in fipaos.tool.configurator with parameters of type AgentProfile | |
FIPAOSConfiguratorGUI.FIPAOSConfiguratorGUI(FIPAOSConfigurator owner, PlatformProfile platform_profile, ACCProfile acc_profile, AgentProfile default_profile, LoaderProfile loader_profile, ScriptEditor script_editor) ******************************************************* FIPAOSConfiguratorGUI() Constructor |
Uses of AgentProfile in fipaos.tool.wizard |
Methods in fipaos.tool.wizard with parameters of type AgentProfile | |
void | WizardPanel.initialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos) Used to pass initialisation information to panel |
Uses of AgentProfile in fipaos.tool.wizard.panels |
Constructors in fipaos.tool.wizard.panels with parameters of type AgentProfile | |
NamingServicePorts.NamingServicePorts(java.awt.Frame parent, ACCProfile acc, PlatformProfile plat, AgentProfile agent, PlatformDetails pd) Creates new form NamingServicePorts |
Methods in fipaos.tool.wizard.panels with parameters of type AgentProfile | |
void | ACCConfiguration.initialise(ACCProfile p1, AgentProfile p2, LoaderProfile p3, PlatformProfile p4, Map setupfipaos, Map startfipaos) |
void | EndPanel.initialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos) Used to pass initialisation information to panel |
void | IntroductionPanel.initialise(ACCProfile acc, AgentProfile agent, LoaderProfile loader, PlatformProfile platform, Map setupfipaos, Map startfipaos) Used to pass initialisation information to panel |
void | PlatformDetails.initialise(ACCProfile p1, AgentProfile p2, LoaderProfile p3, PlatformProfile p4, Map setupfipaos, Map startfipaos) |
void | PlatformDistribution.initialise(ACCProfile p1, AgentProfile p2, LoaderProfile p3, PlatformProfile p4, Map setupfipaos, Map startfipaos) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |