| Interface | Description |
|---|---|
| IAgentController |
interface to agent control
|
| ICommand |
Interface for commands between messages.
|
| IView |
Interface with basic methods for all Agent Views
|
| Class | Description |
|---|---|
| AgentCommand |
Command wrapper for agent commands.
|
| AgentCommandTest | |
| AgentController |
abstract class for pac pattern - controller
|
| AgentControllerTest | |
| AgentFactory |
Singleton factory for create new agents or return an existing agent.
|
| AgentFactoryTest |