interface for communication between agents.
class for communication management.
Agent Factory: class for agent creation.
Agent Directory: class for agent registration.
Agent Behavior: abstract class for agent behavior definition.
Concrete Agent: concrete agent implementation.
The core of the architecture is based on three main classes:
- Manager - represents the highest level of hierarchy, manages lower level agents.
- Agent - represents basic autonomous entity, encapsulates behavior and communication.
- Structure - represents geographical area, contains reference to lower level agents.
Agents are organized hierarchically according to geographical areas they represent. Manager is
the root of hierarchy, structures represent areas and agents are located