Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.sim.T2Configuration
- 
Packages that use T2Configuration Package Description net.sf.tweety.agents.dialogues.oppmodels.sim  - 
- 
Uses of T2Configuration in net.sf.tweety.agents.dialogues.oppmodels.sim
Subclasses of T2Configuration in net.sf.tweety.agents.dialogues.oppmodels.sim Modifier and Type Class Description classT3ConfigurationThis class encapsulates configuration options for generating T3 belief states.Fields in net.sf.tweety.agents.dialogues.oppmodels.sim declared as T2Configuration Modifier and Type Field Description private T2ConfigurationGroundedGameT2AgentGenerator. configThe configuration for generating agents.Constructors in net.sf.tweety.agents.dialogues.oppmodels.sim with parameters of type T2Configuration Constructor Description GroundedGameT2AgentGenerator(GroundedGameSystem.AgentFaction faction, T2Configuration config)Creates a new generator for agents of type T1. 
 -