Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.BeliefState
- 
Packages that use BeliefState Package Description net.sf.tweety.agents.dialogues.oppmodels net.sf.tweety.agents.dialogues.oppmodels.sim  - 
- 
Uses of BeliefState in net.sf.tweety.agents.dialogues.oppmodels
Subclasses of BeliefState in net.sf.tweety.agents.dialogues.oppmodels Modifier and Type Class Description classT1BeliefStateThis belief state consists of a simple recursive opponent model.classT2BeliefStateThis belief state consists of a probability distribution over other opponent models.classT3BeliefStateThis belief state consists of a probability distribution over other opponent models with virtual arguments.Fields in net.sf.tweety.agents.dialogues.oppmodels declared as BeliefState Modifier and Type Field Description private BeliefStateArguingAgent. beliefStateThe belief state of the agent.Methods in net.sf.tweety.agents.dialogues.oppmodels that return BeliefState Modifier and Type Method Description BeliefStateArguingAgent. getBeliefState()Returns the belief state of the agent.Constructors in net.sf.tweety.agents.dialogues.oppmodels with parameters of type BeliefState Constructor Description ArguingAgent(GroundedGameSystem.AgentFaction faction, BeliefState beliefState)Create a new agent with the given name and belief state. - 
Uses of BeliefState in net.sf.tweety.agents.dialogues.oppmodels.sim
Methods in net.sf.tweety.agents.dialogues.oppmodels.sim that return BeliefState Modifier and Type Method Description protected abstract BeliefStateGroundedGameAgentGenerator. generateBeliefState(GroundedGameSystem mas, SimulationParameters params)Generates a belief state for the agent wrt.protected BeliefStateGroundedGameT1AgentGenerator. generateBeliefState(GroundedGameSystem mas, SimulationParameters params)protected BeliefStateGroundedGameT2AgentGenerator. generateBeliefState(GroundedGameSystem mas, SimulationParameters params)protected BeliefStateGroundedGameT3AgentGenerator. generateBeliefState(GroundedGameSystem mas, SimulationParameters params) 
 -