| Package | Description | 
|---|---|
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.dialogues.oppmodels.sim | 
| Modifier and Type | Field and Description | 
|---|---|
private T1BeliefState | 
T1BeliefState.oppModel
The opponent model of the agent (as there are only
 two agents in the system the model always refers to 
 the other agent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T1BeliefState | 
T2BeliefState.sampleT1BeliefState()
Returns a T1-belief state that is a projection of this belief state,
 i.e. 
 | 
| Constructor and Description | 
|---|
T1BeliefState(Extension knownArguments,
             UtilityFunction<Argument,Extension> utilityFunction,
             T1BeliefState oppModel)
Creates a new T1-belief-state with the given parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private T1BeliefState | 
GroundedGameT1AgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params,
                   int depth,
                   Extension arguments,
                   GroundedGameSystem.AgentFaction faction)
Generates the (sub-)belief state of a T1-belief state. 
 |