See: Description
| Interface | Description |
|---|---|
| BaseLoadBalancingInterface |
The Interface, which is used in the base class for the load balancing.
|
| LoadBalancingInterface |
This interface is to extend an agent with methods needed for load-balancing,
|
| Class | Description |
|---|---|
| BaseLoadBalancing |
This class is the abstract super class for the dynamic and static load balancing.
|
| DynamicLoadBalancing |
This is the default class for the dynamic load balancing.
|
| DynamicLoadBalancingBase |
This is the base class for every tailored dynamic load balancing approach.
|
| PredictiveStaticLoadBalancing |
This class is for static distribution of Agents based on given metrics,
predictive or real (empirical)
|
| StaticLoadBalancing |
This class is the default class for the start of an agency of Agent.GUI.
|
| StaticLoadBalancingBase |
This is the base class for every tailored static load balancing class.
|