ciagent
Interface AgentPlatform

All Known Implementing Classes:
PAManagerFrame

public abstract interface AgentPlatform

The AgentPlatform interface defines the behavior of an agent platform.


Method Summary
 CIAgent getAgent(java.lang.String name)
          Returns an agent with the specified name.
 java.util.Vector getAgents()
          Returns a list of registered agents.
 

Method Detail

getAgents

public java.util.Vector getAgents()
Returns a list of registered agents.
Returns:
the Vector object that contains the agents

getAgent

public CIAgent getAgent(java.lang.String name)
Returns an agent with the specified name.
Returns:
the CIAgent object or null if not found