| Package | Description | 
|---|---|
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.dialogues.oppmodels.sim | 
| Modifier and Type | Field and Description | 
|---|---|
private ProbabilityFunction<T2BeliefState> | 
T2BeliefState.prob
The probability function on opponent models 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T2BeliefState | 
T3BeliefState.projectToT2BeliefState()
Returns a T2-belief state that is a projection of this belief state,
 i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
T2BeliefState.compareTo(T2BeliefState arg0)  | 
| Constructor and Description | 
|---|
T2BeliefState(Extension knownArguments,
             UtilityFunction<Argument,Extension> utilityFunction,
             ProbabilityFunction<T2BeliefState> prob)
Creates a new T2-belief-state with the given parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private T2BeliefState | 
GroundedGameT2AgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params,
                   int depth,
                   Extension arguments,
                   GroundedGameSystem.AgentFaction faction)
Generates the (sub-)belief state of a T2-belief state. 
 |