| Package | Description | 
|---|---|
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.dialogues.oppmodels.sim | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
T1BeliefState
This belief state consists of a simple recursive opponent model. 
 | 
class  | 
T2BeliefState
This belief state consists of a probability distribution over 
 other opponent models. 
 | 
class  | 
T3BeliefState
This belief state consists of a probability distribution over 
 other opponent models with virtual arguments. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private BeliefState | 
ArguingAgent.beliefState
The belief state of the agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BeliefState | 
ArguingAgent.getBeliefState()
Returns the belief state of the agent. 
 | 
| Constructor and Description | 
|---|
ArguingAgent(GroundedGameSystem.AgentFaction faction,
            BeliefState beliefState)
Create a new agent with the given name and belief state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected BeliefState | 
GroundedGameT3AgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params)  | 
protected BeliefState | 
GroundedGameT2AgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params)  | 
protected BeliefState | 
GroundedGameT1AgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params)  | 
protected abstract BeliefState | 
GroundedGameAgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params)
Generates a belief state for the agent wrt. 
 |