| Interface | Description |
|---|---|
| Connector<A extends Agent<?>> |
A Linker used to define a graph topology between two groups of agents, ie links
to create between them.
|
| DataConnector<A extends Agent<?>,L extends Link> |
A Connector that creates connections between groups based on data.
|
| GroupInformation |
GroupInformation exposes a Group specific information.
|
| Class | Description |
|---|---|
| BananaTree<A extends Agent<?>,L extends Link> |
Banana tree generator.
|
| FullyConnected<A extends Agent<?>,L extends Link> |
The strategy used to connect all agents from one group to the other : each agent from the source
group is being connected to all the agent is the target group.
|
| GraphConnector<A extends Agent<?>,L extends Link> | |
| GridConnected<A extends Agent<?>,L extends Link> |
The strategy used to create a connections between agents of a group on a 2D grid.
|
| PartitionConnected<A extends Agent<?>,T extends Link> | |
| RingConnected<A extends Agent<?>,T extends Link> |
The strategy used to create a ring of connections between agents of a group.
|
| SmallWorld<A extends Agent<?>,T extends Link> |