| Package | Description | 
|---|---|
| net.sf.tweety.agents | |
| net.sf.tweety.agents.dialogues.lotteries.sim | |
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.sim | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractProtocol
A protocol gives instructions in which order agents have to be asked
 for actions in a multi-agent system. 
 | 
class  | 
RigidProtocol
This class models a rigid protocol, i.e. 
 | 
class  | 
RoundRobinProtocol
This class models a round robin protocol for multi-agent systems. 
 | 
class  | 
SynchronousProtocol
This class models a synchronous protocol for multi-agent systems. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectGameProtocol
This class implements a direct protocol for argumentation games. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroundedGameProtocol
This class implements a round robin protocol for the grounded game. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ProtocolGenerator<T extends Protocol,S extends Agent,R extends MultiAgentSystem<S>>
Generates protocols for simulation. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GameProtocol
Classes implementing this interface represent protocols 
 for games in the game theoretic meaning. 
 |