Class MultiAgentSystem<T extends Agent>

java.lang.Object
org.tweetyproject.agents.MultiAgentSystem<T>
Type Parameters:
T - the agent class.
All Implemented Interfaces:
Iterable<T>, Collection<T>
Direct Known Subclasses:
GroundedGameSystem, LotteryGameSystem, StructuredArgumentationSystem

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