Class MultiAgentSystem<T extends Agent>

  • Type Parameters:
    T - the agent class.
    All Implemented Interfaces:
    Iterable<T>, Collection<T>

    public class MultiAgentSystem<T extends Agent>
    extends Object
    implements Collection<T>
    A multi-agent system is a collection of agents with some environment.
    Author:
    Matthias Thimm