| Package | Description | 
|---|---|
| net.sf.tweety.agents | |
| net.sf.tweety.agents.dialogues | |
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.dialogues.structured | 
| Modifier and Type | Field and Description | 
|---|---|
private Environment | 
MultiAgentSystem.environment
The environment of this multi-agent system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Environment | 
MultiAgentSystem.getEnvironment()
Returns the environment of this multi-agent system. 
 | 
| Constructor and Description | 
|---|
MultiAgentSystem(Environment environment)
Creates a new empty multi-agent system with the given environment. 
 | 
MultiAgentSystem(Environment environment,
                java.util.Collection<? extends T> agents)
Creates a new multi-agent system with the given collection of agents. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArgumentationEnvironment
This class models the environment for agents in argumentation games. 
 | 
class  | 
LotteryArgumentationEnvironment
This class models the environment for agents in argumentation games with lotteries. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeductiveEnvironment
This class models the environment for agents in a game of deductive
 argumentation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
private static class  | 
StructuredArgumentationSystem.SasEnvironment
This class models an environment for structured argumentation systems. 
 |