| Package | Description | 
|---|---|
| net.sf.tweety.agents.dialogues.oppmodels | |
| net.sf.tweety.agents.dialogues.oppmodels.sim | 
| Modifier and Type | Field and Description | 
|---|---|
private ProbabilityFunction<T3BeliefState> | 
T3BeliefState.prob
The probability function on opponent models 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
T3BeliefState.compareTo(T3BeliefState arg0)  | 
| Constructor and Description | 
|---|
T3BeliefState(Extension knownArguments,
             UtilityFunction<Argument,Extension> utilityFunction,
             java.util.Set<Argument> virtualArguments,
             java.util.Set<Attack> virtualAttacks,
             RecognitionFunction rec,
             ProbabilityFunction<T3BeliefState> prob)
Creates a new T3-belief-state with the given parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private T3BeliefState | 
GroundedGameT3AgentGenerator.generateBeliefState(GroundedGameSystem mas,
                   SimulationParameters params,
                   int depth,
                   Extension arguments,
                   GroundedGameSystem.AgentFaction faction)
Generates the (sub-)belief state of a T3-belief state. 
 |